games/hexalate: Updated for version 1.0.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f761d0ced5
commit
52f30996b7
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Copyright (c) 2013 LEVAI Daniel
|
||||
# Copyright (c) 2013-2014 LEVAI Daniel
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -28,7 +28,7 @@
|
|||
# Build script for hexalate
|
||||
|
||||
PRGNAM=hexalate
|
||||
VERSION=${VERSION:-1.0.2}
|
||||
VERSION=${VERSION:-1.0.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="hexalate"
|
||||
VERSION="1.0.2"
|
||||
VERSION="1.0.3"
|
||||
HOMEPAGE="http://gottcode.org/hexalate/"
|
||||
DOWNLOAD="http://gottcode.org/hexalate/hexalate-1.0.2-src.tar.bz2"
|
||||
MD5SUM="42e919bf90b291fca099b56c4dcc0824"
|
||||
DOWNLOAD="http://gottcode.org/hexalate/hexalate-1.0.3-src.tar.bz2"
|
||||
MD5SUM="2a5415c115b5ab3d319069ca3ae80c57"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue