system/b2: Updated for version 20240720_010024_9f95270.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e8bb87c853
commit
002e5e6f90
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue