mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
games/chocolate-doom: Updated for version 3.0.1.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ce99daacdd
commit
d167183c1b
2 changed files with 5 additions and 4 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20201019 bkw: update for v3.0.1.
|
||||
# 20180101 bkw:
|
||||
# - Update for v3.0.0. Building 2.3.0 still works, if someone needs it.
|
||||
|
||||
|
@ -23,7 +24,7 @@
|
|||
# - update README and slack-desc
|
||||
|
||||
PRGNAM=chocolate-doom
|
||||
VERSION=${VERSION:-3.0.0}
|
||||
VERSION=${VERSION:-3.0.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="chocolate-doom"
|
||||
VERSION="3.0.0"
|
||||
VERSION="3.0.1"
|
||||
HOMEPAGE="http://www.chocolate-doom.org/"
|
||||
DOWNLOAD="https://www.chocolate-doom.org/downloads/3.0.0/chocolate-doom-3.0.0.tar.gz"
|
||||
MD5SUM="8bece4533e144ca01f13daa1b5912e95"
|
||||
DOWNLOAD="https://www.chocolate-doom.org/downloads/3.0.1/chocolate-doom-3.0.1.tar.gz"
|
||||
MD5SUM="9080b4c0a4e6383d841c51d4d245cad8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="SDL2_mixer SDL2_net"
|
||||
|
|
Loading…
Reference in a new issue