development/tiled: Updated for version 1.8.5.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b2522d77ab
commit
698df4640d
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=tiled
|
||||
VERSION=${VERSION:-1.8.4}
|
||||
VERSION=${VERSION:-1.8.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="tiled"
|
||||
VERSION="1.8.4"
|
||||
VERSION="1.8.5"
|
||||
HOMEPAGE="https://www.mapeditor.org"
|
||||
DOWNLOAD="https://github.com/bjorn/tiled/archive/v1.8.4/tiled-1.8.4.tar.gz"
|
||||
MD5SUM="c6db0dc462648b9ca68eec97405767c4"
|
||||
DOWNLOAD="https://github.com/bjorn/tiled/archive/v1.8.5/tiled-1.8.5.tar.gz"
|
||||
MD5SUM="09b8b9305941eab8ae50901f90f56b48"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="qbs"
|
||||
|
|
Loading…
Reference in New Issue