diff options
author | Antonio Leal <antonioleal@yahoo.com> | 2024-01-12 12:23:57 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-12 12:55:04 +0700 |
commit | 183f44f3f115244555cdb6db9cc8b3085837e2b6 (patch) | |
tree | 9c9ed115cbbefece56a91f9e6b62b314ac1fea4a | |
parent | 78c3a887a1544090ad565eee1909f67038b91cea (diff) |
system/b2: Updated for version 20231011_172305_4bd1939.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 6d61c23d6cf4..fc60e14ed773 100644 --- a/system/b2/b2.SlackBuild +++ b/system/b2/b2.SlackBuild @@ -25,11 +25,11 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=b2 -VERSION=${VERSION:-20230710_222352_c78e90b} +VERSION=${VERSION:-20231011_172305_4bd1939} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -TARBALL=${TARBALL:-b2-20230710-222352-c78e90b} +TARBALL=${TARBALL:-b2-20231011-172305-4bd1939} if [ -z "$ARCH" ]; then case "$( uname -m )" in diff --git a/system/b2/b2.info b/system/b2/b2.info index 669d704092d5..427c0adc1a4c 100644 --- a/system/b2/b2.info +++ b/system/b2/b2.info @@ -1,8 +1,8 @@ PRGNAM="b2" -VERSION="20230710_222352_c78e90b" +VERSION="20231011_172305_4bd1939" HOMEPAGE="https://github.com/tom-seddon/b2" -DOWNLOAD="https://github.com/antonioleal/slackbuilds/raw/main/b2/b2-20230710-222352-c78e90b.tar.gz" -MD5SUM="54fd06b7eae32aede83aef461451ab03" +DOWNLOAD="https://github.com/antonioleal/myslackbuilds/raw/main/system/b2/b2-20231011-172305-4bd1939.tar.gz" +MD5SUM="360acffd1c0a33989ad7f3c1679fe716" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="uuid" |