Browse Source
games/jg-geolith: Updated for version 0.2.2.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/322/head
B. Watson
2 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
4 deletions
-
games/jg-geolith/jg-geolith.SlackBuild
-
games/jg-geolith/jg-geolith.info
|
|
@ -6,13 +6,14 @@ |
|
|
|
|
|
|
|
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. |
|
|
|
|
|
|
|
# 20250819 bkw: update for v0.2.2. |
|
|
|
# 20240315 bkw: update for v0.2.1. |
|
|
|
|
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=jg-geolith |
|
|
|
SRCNAM=geolith |
|
|
|
VERSION=${VERSION:-0.2.1} |
|
|
|
VERSION=${VERSION:-0.2.2} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="jg-geolith" |
|
|
|
VERSION="0.2.1" |
|
|
|
VERSION="0.2.2" |
|
|
|
HOMEPAGE="https://jgemu.gitlab.io/" |
|
|
|
DOWNLOAD="https://gitlab.com/jgemu/geolith/-/archive/0.2.1/geolith-0.2.1.tar.gz" |
|
|
|
MD5SUM="2e8249c33341fbb29140e1453c57dc4c" |
|
|
|
DOWNLOAD="https://gitlab.com/jgemu/geolith/-/archive/0.2.2/geolith-0.2.2.tar.gz" |
|
|
|
MD5SUM="88a08556bd11c1fbee52d74ac7a85da2" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="jollygood" |
|
|
|