diff options
author | Arn0 <yth@ythogtha.org> | 2022-05-29 13:35:47 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-04 10:37:04 +0700 |
commit | 698df4640dbaed37b1f59d29f156989c6e1a7ee1 (patch) | |
tree | f61bdcd3e96dc4c203319569d59973301ce96fe5 /development/tiled | |
parent | b2522d77aba93d73590f2b46281e4c7bbe9e41f8 (diff) | |
download | slackbuilds-698df4640dbaed37b1f59d29f156989c6e1a7ee1.tar.gz |
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>
Diffstat (limited to 'development/tiled')
-rw-r--r-- | development/tiled/tiled.SlackBuild | 2 | ||||
-rw-r--r-- | development/tiled/tiled.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/tiled/tiled.SlackBuild b/development/tiled/tiled.SlackBuild index b3a85ca134..9e21048793 100644 --- a/development/tiled/tiled.SlackBuild +++ b/development/tiled/tiled.SlackBuild @@ -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} diff --git a/development/tiled/tiled.info b/development/tiled/tiled.info index 9bb3ef10aa..1093db03fc 100644 --- a/development/tiled/tiled.info +++ b/development/tiled/tiled.info @@ -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" |