diff options
Diffstat (limited to 'system/b2/b2.SlackBuild')
-rw-r--r-- | system/b2/b2.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/b2/b2.SlackBuild b/system/b2/b2.SlackBuild index 1ccef2c8fa..e3cdc1d463 100644 --- a/system/b2/b2.SlackBuild +++ b/system/b2/b2.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for b2 BBC Micro Emulator -# Copyright 2023 Antonio Leal, Porto Salvo, Oeiras, Portugal +# Copyright 2023-2025 Antonio Leal, Porto Salvo, Oeiras, Portugal # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,11 +25,11 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=b2 -VERSION=${VERSION:-20241028_215441_a8b4f2a} +VERSION=${VERSION:-20250105_203025_e825ff1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -TARBALL=${TARBALL:-b2-20241028-215441-a8b4f2a} +TARBALL=${TARBALL:-b2-20250105-203025-e825ff1} if [ -z "$ARCH" ]; then case "$( uname -m )" in |