diff options
Diffstat (limited to 'development/bbcsdl/bbcsdl.SlackBuild')
-rw-r--r-- | development/bbcsdl/bbcsdl.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/bbcsdl/bbcsdl.SlackBuild b/development/bbcsdl/bbcsdl.SlackBuild index 3656b8a120..0c655f8441 100644 --- a/development/bbcsdl/bbcsdl.SlackBuild +++ b/development/bbcsdl/bbcsdl.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for bbcsdl -# Copyright 2024 Antonio Leal, Porto Salvo, Oeiras, Portugal +# Copyright 2024-2025 Antonio Leal, Porto Salvo, Oeiras, Portugal # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,11 +26,11 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=bbcsdl -VERSION=${VERSION:-1.40a} +VERSION=${VERSION:-1.41a} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -TARBALL=${TARBALL:-BBCSDL-315a9a559525aa1a2faaedca645e1abd1deb3408} +TARBALL=${TARBALL:-BBCSDL-0a58eb114ac55ab98fec12ee84b6fd699cf0aebd} if [ -z "$ARCH" ]; then case "$( uname -m )" in |