diff options
author | Antonio Leal <antonio.leal@yahoo.com> | 2024-11-01 21:06:58 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-02 07:33:23 +0700 |
commit | af6a7f79e7ecdc10a64259c8bdce89656aabe50f (patch) | |
tree | 443f96fbab4dd79b93fa8021609edd7fb9dd3572 /system | |
parent | be1d8f0a3361c04109aece8ae8a4d075b2553a4e (diff) |
system/b2: Updated for version 20241028_215441_a8b4f2a
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/b2/b2.SlackBuild | 4 | ||||
-rw-r--r-- | system/b2/b2.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/b2/b2.SlackBuild b/system/b2/b2.SlackBuild index bd75bfb60d8bf..1ccef2c8fa91b 100644 --- a/system/b2/b2.SlackBuild +++ b/system/b2/b2.SlackBuild @@ -25,11 +25,11 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=b2 -VERSION=${VERSION:-20240720_010024_9f95270} +VERSION=${VERSION:-20241028_215441_a8b4f2a} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -TARBALL=${TARBALL:-b2-20240720-010024-9f95270} +TARBALL=${TARBALL:-b2-20241028-215441-a8b4f2a} if [ -z "$ARCH" ]; then case "$( uname -m )" in diff --git a/system/b2/b2.info b/system/b2/b2.info index 9739040acc581..338dbf4e21620 100644 --- a/system/b2/b2.info +++ b/system/b2/b2.info @@ -1,8 +1,8 @@ PRGNAM="b2" -VERSION="20240720_010024_9f95270" +VERSION="20241028_215441_a8b4f2a" HOMEPAGE="https://github.com/tom-seddon/b2" -DOWNLOAD="https://github.com/antonioleal/myslackbuilds/raw/main/system/b2/b2-20240720-010024-9f95270.tar.gz" -MD5SUM="0053a45e69986d76039739c830928e5a" +DOWNLOAD="https://github.com/antonioleal/myslackbuilds/raw/main/system/b2/b2-20241028-215441-a8b4f2a.tar.gz" +MD5SUM="e25f7d52adf04644a871712d44499800" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="uuid" |