aboutsummaryrefslogtreecommitdiff
path: root/system/b2
diff options
context:
space:
mode:
authorAntonio Leal <antonio.leal@yahoo.com>2024-07-27 13:39:00 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-07-28 07:18:10 +0700
commit002e5e6f90ef16ff9565d9c6801da165885b14e5 (patch)
treead8f5e6d3d7aa73ec0e5d5cf1a4e0bc8bdf949a4 /system/b2
parente8bb87c853ce9a80cf94d1ffa79eab7675e73fe4 (diff)
system/b2: Updated for version 20240720_010024_9f95270.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/b2')
-rw-r--r--system/b2/README11
-rw-r--r--system/b2/b2.SlackBuild4
-rw-r--r--system/b2/b2.info6
3 files changed, 16 insertions, 5 deletions
diff --git a/system/b2/README b/system/b2/README
index b245aa0dd070..68586adab56a 100644
--- a/system/b2/README
+++ b/system/b2/README
@@ -2,3 +2,14 @@ b2 is a cross-platform BBC Micro emulator. Use your Windows/Linux PC or
macOS computer to play your old BBC games or develop new BBC software.
more info at https://github.com/tom-seddon/b2
+
+Note: the maintainer is hosting the source in its github account
+due to the many submodules b2 is using.
+If in doubt please prepare the source package yourself with these
+commands: for example, for TAG=b2-20240720-010024-9f95270
+
+git clone --recursive --branch $TAG https://github.com/tom-seddon/b2.git
+rm -rf b2/.git
+mv b2 $TAG
+tar cvfz $TAG.tar.gz $TAG
+rm -rf $TAG
diff --git a/system/b2/b2.SlackBuild b/system/b2/b2.SlackBuild
index 76c19e9352e3..bd75bfb60d8b 100644
--- a/system/b2/b2.SlackBuild
+++ b/system/b2/b2.SlackBuild
@@ -25,11 +25,11 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=b2
-VERSION=${VERSION:-20240710_232859_844adac}
+VERSION=${VERSION:-20240720_010024_9f95270}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
-TARBALL=${TARBALL:-b2-20240710-232859-844adac}
+TARBALL=${TARBALL:-b2-20240720-010024-9f95270}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
diff --git a/system/b2/b2.info b/system/b2/b2.info
index 83f59d8b1207..9739040acc58 100644
--- a/system/b2/b2.info
+++ b/system/b2/b2.info
@@ -1,8 +1,8 @@
PRGNAM="b2"
-VERSION="20240710_232859_844adac"
+VERSION="20240720_010024_9f95270"
HOMEPAGE="https://github.com/tom-seddon/b2"
-DOWNLOAD="https://github.com/antonioleal/myslackbuilds/raw/main/system/b2/b2-20240710-232859-844adac.tar.gz"
-MD5SUM="9e797d6233dcb7eb31a90f24d81b7b9e"
+DOWNLOAD="https://github.com/antonioleal/myslackbuilds/raw/main/system/b2/b2-20240720-010024-9f95270.tar.gz"
+MD5SUM="0053a45e69986d76039739c830928e5a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="uuid"