mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/fceux: Updated for version 2.6.6.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d25d2f3121
commit
f3146301a8
2 changed files with 5 additions and 5 deletions
|
@ -25,8 +25,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=fceux
|
||||
VERSION=${VERSION:-2.6.5}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-2.6.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="fceux"
|
||||
VERSION="2.6.5"
|
||||
VERSION="2.6.6"
|
||||
HOMEPAGE="http://fceux.com/web/home.html"
|
||||
DOWNLOAD="https://github.com/TASEmulators/fceux/archive/v2.6.5/fceux-2.6.5.tar.gz"
|
||||
MD5SUM="3b8ad6bb34258f6d407f3fb4c1db606a"
|
||||
DOWNLOAD="https://github.com/TASEmulators/fceux/archive/v2.6.6/fceux-2.6.6.tar.gz"
|
||||
MD5SUM="8e1aede624ebe26f0a936daba3b87328"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libminizip"
|
||||
|
|
Loading…
Reference in a new issue