mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
games/freedoom: Updated for version 0.13.0.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ddf7719cd6
commit
c7d845fa8a
2 changed files with 7 additions and 6 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20240208 bkw: updated for v0.13.0
|
||||
# 20191127 bkw: updated for v0.12.1, include shiny new PDF manual in pkg
|
||||
# 20170721 bkw: updated for v0.11.3
|
||||
# 20170324 bkw: updated for v0.11.2
|
||||
|
@ -14,7 +15,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=freedoom
|
||||
VERSION=${VERSION:-0.12.1}
|
||||
VERSION=${VERSION:-0.13.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="freedoom"
|
||||
VERSION="0.12.1"
|
||||
VERSION="0.13.0"
|
||||
HOMEPAGE="https://freedoom.github.io/index.html"
|
||||
DOWNLOAD="https://github.com/freedoom/freedoom/releases/download/v0.12.1/freedoom-0.12.1.zip \
|
||||
https://github.com/freedoom/freedoom/releases/download/v0.12.1/freedm-0.12.1.zip"
|
||||
MD5SUM="f8c86928394b1d425ef60637b5e8ac31 \
|
||||
169075b9e7bb903fa7601869355f280d"
|
||||
DOWNLOAD="https://github.com/freedoom/freedoom/releases/download/v0.13.0/freedoom-0.13.0.zip \
|
||||
https://github.com/freedoom/freedoom/releases/download/v0.13.0/freedm-0.13.0.zip"
|
||||
MD5SUM="e37731df12c3e3790b1f5b7d318c84ff \
|
||||
d317c7e7e4661dd4f88216a016c27aa1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue