diff options
author | Hunter Sezen <orbea@riseup.net> | 2019-08-24 23:44:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-08-24 23:44:26 +0700 |
commit | defaa39cd1b95c265a8d63a27540ea33452161f5 (patch) | |
tree | 8676d5a817d0977c2da323e8b0d5aa4df60953df /games/solarus | |
parent | 687d1b34d250270bd242ee383d576f5dcc0d0401 (diff) |
games/solarus: Updated for version 1.6.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/solarus')
-rw-r--r-- | games/solarus/solarus.SlackBuild | 2 | ||||
-rw-r--r-- | games/solarus/solarus.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/solarus/solarus.SlackBuild b/games/solarus/solarus.SlackBuild index 27bb4c4fcdf9..f9da1706e27f 100644 --- a/games/solarus/solarus.SlackBuild +++ b/games/solarus/solarus.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=solarus -VERSION=${VERSION:-1.6.1} +VERSION=${VERSION:-1.6.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/games/solarus/solarus.info b/games/solarus/solarus.info index 6e319a2f74c6..186cd560e0f0 100644 --- a/games/solarus/solarus.info +++ b/games/solarus/solarus.info @@ -1,8 +1,8 @@ PRGNAM="solarus" -VERSION="1.6.1" +VERSION="1.6.2" HOMEPAGE="https://www.solarus-games.org/" -DOWNLOAD="https://gitlab.com/solarus-games/solarus/-/archive/v1.6.1/solarus-v1.6.1.tar.gz" -MD5SUM="22649f26197e89adfbfde81d97e3bce1" +DOWNLOAD="https://gitlab.com/solarus-games/solarus/-/archive/v1.6.2/solarus-v1.6.2.tar.gz" +MD5SUM="f5ea8ccddb3d26136b5de51e255e991f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="OpenAL SDL2_image SDL2_ttf libmodplug luajit physfs" |