mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
games/stella: Updated for version 6.7.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3ee2864de8
commit
1f26e7dd05
2 changed files with 5 additions and 4 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
# Now maintained by B. Watson <urchlay@slackware.uk>
|
||||
|
||||
# 20230109 bkw: update for v6.7.
|
||||
# 20220610 bkw: update for v6.6, fix doc permissions.
|
||||
|
||||
# 20211026 bkw: we're on -current now, so:
|
||||
|
@ -58,7 +59,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=stella
|
||||
VERSION=${VERSION:-6.6}
|
||||
VERSION=${VERSION:-6.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="stella"
|
||||
VERSION="6.6"
|
||||
VERSION="6.7"
|
||||
HOMEPAGE="https://stella-emu.github.io/"
|
||||
DOWNLOAD="https://github.com/stella-emu/stella/releases/download/6.6/stella-6.6-src.tar.xz"
|
||||
MD5SUM="a9678b2a1c1e3d4d8c3c830612ace0c8"
|
||||
DOWNLOAD="https://github.com/stella-emu/stella/releases/download/6.7/stella-6.7-src.tar.xz"
|
||||
MD5SUM="b8bff4765abf07532fc67ec0c911398f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue