mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
games/jollygood: Updated for version 1.0.1.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c665cb3090
commit
6b1c21f247
2 changed files with 6 additions and 5 deletions
|
@ -30,15 +30,16 @@
|
|||
# version number, but there's a separate APIVER in case that turns out
|
||||
# to be wrong.
|
||||
|
||||
# 20230404 bkw: updated for v1.0.1 (APIVER still 1.0.0).
|
||||
# 20230121 bkw: submitted v1.0.0.
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=jollygood
|
||||
SRCNAM=jgrf
|
||||
VERSION=${VERSION:-1.0.0}
|
||||
VERSION=${VERSION:-1.0.1}
|
||||
APINAM=jg
|
||||
APIVER=${VERSION:-1.0.0}
|
||||
APIVER=${APIVER:-1.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="jollygood"
|
||||
VERSION="1.0.0"
|
||||
VERSION="1.0.1"
|
||||
HOMEPAGE="https://jgemu.gitlab.io/"
|
||||
DOWNLOAD="https://gitlab.com/jgemu/jg/-/archive/1.0.0/jg-1.0.0.tar.gz \
|
||||
https://gitlab.com/jgemu/jgrf/-/archive/1.0.0/jgrf-1.0.0.tar.gz"
|
||||
https://gitlab.com/jgemu/jgrf/-/archive/1.0.1/jgrf-1.0.1.tar.gz"
|
||||
MD5SUM="90d3b5fcfdd86a0f7cd17ba31bbf793c \
|
||||
5b4b1cc08b24809aa5d0d6e2c6412640"
|
||||
8a6afbad73b5db15d992b24816f87e3c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue