diff options
author | Arn0 <yth@ythogtha.org> | 2022-03-31 18:17:31 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:18:58 +0700 |
commit | 643b2fdc4eece6b67523e1aa2c2eac62e1d8a536 (patch) | |
tree | b6b364519dc4837d772f16c6a011a89816004d18 /development/tiled | |
parent | 936379565ae8757fd1eeae4ba2022903eb7f2833 (diff) |
development/tiled: updated for version 1.8.3
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 a8a172cac30f5..2fcbbb1934a35 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.2} +VERSION=${VERSION:-1.8.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/tiled/tiled.info b/development/tiled/tiled.info index 28660e4a60154..85966b3641b0a 100644 --- a/development/tiled/tiled.info +++ b/development/tiled/tiled.info @@ -1,8 +1,8 @@ PRGNAM="tiled" -VERSION="1.8.2" +VERSION="1.8.3" HOMEPAGE="https://www.mapeditor.org" -DOWNLOAD="https://github.com/bjorn/tiled/archive/v1.8.2/tiled-1.8.2.tar.gz" -MD5SUM="fcca76263cdab0e522270f4608c9242b" +DOWNLOAD="https://github.com/bjorn/tiled/archive/v1.8.3/tiled-1.8.3.tar.gz" +MD5SUM="5656283ce5e9a32bb0b210415b3208de" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qbs" |