mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/tiled: updated for version 1.8.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
49dc842e8f
commit
8fc7b509c4
2 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=tiled
|
||||
VERSION=${VERSION:-1.8.3}
|
||||
VERSION=${VERSION:-1.8.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="tiled"
|
||||
VERSION="1.8.3"
|
||||
VERSION="1.8.4"
|
||||
HOMEPAGE="https://www.mapeditor.org"
|
||||
DOWNLOAD="https://github.com/bjorn/tiled/archive/v1.8.3/tiled-1.8.3.tar.gz"
|
||||
MD5SUM="5656283ce5e9a32bb0b210415b3208de"
|
||||
DOWNLOAD="https://github.com/bjorn/tiled/archive/v1.8.4/tiled-1.8.4.tar.gz"
|
||||
MD5SUM="c6db0dc462648b9ca68eec97405767c4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="qbs"
|
||||
|
|
Loading…
Reference in a new issue