games/hedgewars: Updated for version 1.0.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Rubén Llorente 2019-11-09 08:50:21 +07:00 committed by Willy Sudiarto Raharjo
parent 8db3a04927
commit 3748627481
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=hedgewars
VERSION=${VERSION:-0.9.25}
VERSION=${VERSION:-1.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="hedgewars"
VERSION="0.9.25"
VERSION="1.0.0"
HOMEPAGE="http://www.hedgewars.org"
DOWNLOAD="https://www.hedgewars.org/download/releases/hedgewars-src-0.9.25.tar.bz2"
MD5SUM="a1509a455c37e99f9ac56bc939248322"
DOWNLOAD="https://hedgewars.org/download/releases/hedgewars-src-1.0.0.tar.bz2"
MD5SUM="5463c05cd69abe2a256d9bbd41d4c923"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="fpc lua physfs qt5 SDL2_image SDL2_mixer SDL2_net SDL2_ttf"