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