mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
games/atari_8bit_utils: Updated for version 20240813_6c9fdda.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e5ba1ca17e
commit
25b8f2761e
2 changed files with 5 additions and 5 deletions
|
@ -26,11 +26,11 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=atari_8bit_utils
|
||||
VERSION=${VERSION:-20240722_b2a017b}
|
||||
VERSION=${VERSION:-20240813_6c9fdda}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
TARBALL=${TARBALL:-b2a017b71a3b55370a1e7f412885f40ebb4d56e0}
|
||||
TARBALL=${TARBALL:-6c9fdda499af255521033b536b265ccf23d89686}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="atari_8bit_utils"
|
||||
VERSION="20240722_b2a017b"
|
||||
VERSION="20240813_6c9fdda"
|
||||
HOMEPAGE="https://github.com/pcrow/atari_8bit_utils"
|
||||
DOWNLOAD="https://github.com/pcrow/atari_8bit_utils/archive/b2a017b/atari_8bit_utils-b2a017b71a3b55370a1e7f412885f40ebb4d56e0.tar.gz"
|
||||
MD5SUM="3ae6495255441e8823e7bb23e8e2c54b"
|
||||
DOWNLOAD="https://github.com/pcrow/atari_8bit_utils/archive/6c9fdda/atari_8bit_utils-6c9fdda499af255521033b536b265ccf23d89686.tar.gz"
|
||||
MD5SUM="92c6c20cf185922441797104f385aef6"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue