mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
games/edgar: Updated for version 1.37.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
71ae6d2341
commit
040cbda77a
2 changed files with 6 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for the legend of edgar
|
||||
|
||||
# Copyright 2017-23 Tim Dickson, dickson.tim@googlemail.com
|
||||
# Copyright 2017-24 Tim Dickson, dickson.tim@googlemail.com
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,11 +25,12 @@
|
|||
# 20220220 bkw: Modified by SlackBuilds.org: fix github download URL.
|
||||
# 20220324 updated for v1.35
|
||||
# 20230105 updated for v1.36
|
||||
# 20240117 updated for v1.37
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=edgar
|
||||
VERSION=${VERSION:-1.36}
|
||||
VERSION=${VERSION:-1.37}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="edgar"
|
||||
VERSION="1.36"
|
||||
VERSION="1.37"
|
||||
HOMEPAGE="https://www.parallelrealities.co.uk/games/edgar/"
|
||||
DOWNLOAD="https://github.com/riksweeney/edgar/archive/1.36/edgar-1.36.tar.gz"
|
||||
MD5SUM="758bca5ef7333e6b55cf884a6272a284"
|
||||
DOWNLOAD="https://github.com/riksweeney/edgar/archive/1.37/edgar-1.37.tar.gz"
|
||||
MD5SUM="4c176a1301759999e1cae96ad836565c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue