mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
games/jg-cega: Updated for version 0.6.0.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
13375d742b
commit
37902babdc
2 changed files with 7 additions and 4 deletions
|
@ -6,11 +6,13 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20230905 bkw: updated for v0.6.0.
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=jg-cega
|
||||
SRCNAM=cega
|
||||
VERSION=${VERSION:-0.5.2}
|
||||
VERSION=${VERSION:-0.6.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -71,6 +73,7 @@ make install-strip \
|
|||
DOCDIR=$DOCDIR \
|
||||
LIBDIR=$LIBDIR
|
||||
|
||||
cp -a ChangeLog $PKGDOC
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKGDOC/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jg-cega"
|
||||
VERSION="0.5.2"
|
||||
VERSION="0.6.0"
|
||||
HOMEPAGE="https://jgemu.gitlab.io/"
|
||||
DOWNLOAD="https://gitlab.com/jgemu/cega/-/archive/0.5.2/cega-0.5.2.tar.gz"
|
||||
MD5SUM="351b388101b7b96288270e0f412c1415"
|
||||
DOWNLOAD="https://gitlab.com/jgemu/cega/-/archive/0.6.0/cega-0.6.0.tar.gz"
|
||||
MD5SUM="2cf984aeaa8ec21d58c1e7cbe251a8dc"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jollygood"
|
||||
|
|
Loading…
Reference in a new issue