diff options
Diffstat (limited to 'system/b2/b2.SlackBuild')
-rw-r--r-- | system/b2/b2.SlackBuild | 4 |
1 files changed, 2 insertions, 2 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 |