diff options
author | Sebastian Arcus <s.arcus at open-t dot co dot uk> | 2024-02-08 07:16:41 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-10 16:09:48 +0700 |
commit | d189db34ba838453f029310ae133c5369be20ce0 (patch) | |
tree | 6e159506159beb3ac104156274d4ce9f4c455445 /libraries/bctoolbox | |
parent | 549ed140306e849e07ca918aff8af097649480f2 (diff) |
libraries/bctoolbox: Updated for version 5.2.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/bctoolbox')
-rw-r--r-- | libraries/bctoolbox/bctoolbox.SlackBuild | 6 | ||||
-rw-r--r-- | libraries/bctoolbox/bctoolbox.info | 10 |
2 files changed, 9 insertions, 7 deletions
diff --git a/libraries/bctoolbox/bctoolbox.SlackBuild b/libraries/bctoolbox/bctoolbox.SlackBuild index ecd0372078e1..cb44b6734257 100644 --- a/libraries/bctoolbox/bctoolbox.SlackBuild +++ b/libraries/bctoolbox/bctoolbox.SlackBuild @@ -2,8 +2,10 @@ # Slackware build script for bctoolbox # Was written by Euan Thoms <euan at potensol dot com> +# and amended by Sebastian Arcus <s.arcus at open-t dot co dot uk> # Copyright 2017 Euan Thoms United Kingdom +# Copyright 2024 Sebastian Arcus # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=bctoolbox -VERSION=${VERSION:-0.6.0} +VERSION=${VERSION:-5.2.2} SRCDIRNAM=${PRGNAM}-${VERSION} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -66,7 +68,7 @@ else LIBDIRSUFFIX="" fi -DOCS="AUTHORS COPYING NEWS README.md $CWD/$PRGNAM.SlackBuild" +DOCS="LICENSE.txt README.md CHANGELOG.md $CWD/$PRGNAM.SlackBuild" set -e diff --git a/libraries/bctoolbox/bctoolbox.info b/libraries/bctoolbox/bctoolbox.info index 259d2415ca09..026f06d7d73c 100644 --- a/libraries/bctoolbox/bctoolbox.info +++ b/libraries/bctoolbox/bctoolbox.info @@ -1,10 +1,10 @@ PRGNAM="bctoolbox" -VERSION="0.6.0" +VERSION="5.2.2" HOMEPAGE="https://github.com/BelledonneCommunications/bctoolbox" -DOWNLOAD="https://download.linphone.org/releases/old/sources/bctoolbox/bctoolbox-0.6.0.tar.gz" -MD5SUM="aeeac76938dd3b82a17ff498f81caef2" +DOWNLOAD="https://github.com/BelledonneCommunications/bctoolbox/archive/5.2.2/bctoolbox-5.2.2.tar.gz" +MD5SUM="24fc955a63389200bceabe6e9befc34e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="mbedtls" -MAINTAINER="Euan Thoms" -EMAIL="euan at potensol dot com" +MAINTAINER="Sebastian Arcus" +EMAIL="s.arcus at open-t dot co dot uk" |