diff options
author | Arn0 <yth@ythogtha.org> | 2019-12-05 21:11:55 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-08 09:25:16 +0700 |
commit | 6ca3b4df948e3d741161536645ac4f8c23214985 (patch) | |
tree | 27628a3704f2f8f24b66c905cea03c6f7ac7e4d3 | |
parent | 4b7b01aae75cc2cc8db1eedc90b43f8400bef53e (diff) |
development/tiled: updated for version 1.3.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/tiled/README | 3 | ||||
-rw-r--r-- | development/tiled/tiled.SlackBuild | 2 | ||||
-rw-r--r-- | development/tiled/tiled.info | 6 |
3 files changed, 4 insertions, 7 deletions
diff --git a/development/tiled/README b/development/tiled/README index 6d8d1aeb7b28..e2fd7d663608 100644 --- a/development/tiled/README +++ b/development/tiled/README @@ -8,6 +8,3 @@ arbitrary properties to be set on the map, its layers, the tiles or on the objects. Its map format (TMX) is relatively easy to understand and allows a map to use multiple tilesets while also allowing each tileset to grow or shrink as necessary later. - -Sometimes - like when upgrading from 1.2.x to 1.3.x - you need to remove -previously installed version prior to building the new one. diff --git a/development/tiled/tiled.SlackBuild b/development/tiled/tiled.SlackBuild index a870067f6d5f..fabf2ec778a7 100644 --- a/development/tiled/tiled.SlackBuild +++ b/development/tiled/tiled.SlackBuild @@ -25,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=tiled -VERSION=${VERSION:-1.3.0} +VERSION=${VERSION:-1.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/tiled/tiled.info b/development/tiled/tiled.info index 455d355948b9..85fc28918a07 100644 --- a/development/tiled/tiled.info +++ b/development/tiled/tiled.info @@ -1,8 +1,8 @@ PRGNAM="tiled" -VERSION="1.3.0" +VERSION="1.3.1" HOMEPAGE="https://www.mapeditor.org" -DOWNLOAD="https://github.com/bjorn/tiled/archive/v1.3.0/tiled-1.3.0.tar.gz" -MD5SUM="af189e32279c34dcbccd4ec67204c93f" +DOWNLOAD="https://github.com/bjorn/tiled/archive/v1.3.1/tiled-1.3.1.tar.gz" +MD5SUM="27bc080805196d1ecaf52daf2261318a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5" |