mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
games/curseofwar: Updated for version 1.3.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3768b12da4
commit
9c8c19055e
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for curseofwar
|
# Slackware build script for curseofwar
|
||||||
|
|
||||||
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
|
# Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=curseofwar
|
PRGNAM=curseofwar
|
||||||
VERSION=${VERSION:-1.2.0}
|
VERSION=${VERSION:-1.3.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="curseofwar"
|
PRGNAM="curseofwar"
|
||||||
VERSION="1.2.0"
|
VERSION="1.3.0"
|
||||||
HOMEPAGE="http://a-nikolaev.github.io/curseofwar/"
|
HOMEPAGE="http://a-nikolaev.github.io/curseofwar/"
|
||||||
DOWNLOAD="https://github.com/a-nikolaev/curseofwar/archive/v1.2.0.tar.gz"
|
DOWNLOAD="https://github.com/a-nikolaev/curseofwar/archive/v1.3.0/curseofwar-1.3.0.tar.gz"
|
||||||
MD5SUM="361f364342af357ed78ae4eabe465da8"
|
MD5SUM="49c00956ed4a51488d271e6b3ce3ee37"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue