diff options
author | Arn0 <yth@ythogtha.org> | 2023-03-10 15:58:14 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-12 08:48:19 +0700 |
commit | 9b07d728eeb7ca48044d5ab7206a411222094c7f (patch) | |
tree | 65e56c083a26dfca33b1d431c1b8d36dc84d0f58 /development/tiled/tiled.SlackBuild | |
parent | 15bd574ad632e10eabb24d42c8436f347e6c63d2 (diff) |
development/tiled: Updated for version 1.10.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/tiled/tiled.SlackBuild')
-rw-r--r-- | development/tiled/tiled.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/tiled/tiled.SlackBuild b/development/tiled/tiled.SlackBuild index ecd0725be894b..4b3a5371e5317 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.9.2} +VERSION=${VERSION:-1.10.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |