diff options
author | LEVAI Daniel <leva@ecentrum.hu> | 2019-01-12 07:58:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-12 07:58:33 +0700 |
commit | 541209bee3460211d0dee5268bd3cc1b16a0b364 (patch) | |
tree | b98096800cd1893ea898e72ed00ce802c35335bd | |
parent | 6e98b318199db6c2d194ca3d3e4a56316e8d748c (diff) | |
download | slackbuilds-541209bee3460211d0dee5268bd3cc1b16a0b364.tar.gz |
games/tanglet: Updated for version 1.5.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | games/tanglet/tanglet.SlackBuild | 4 | ||||
-rw-r--r-- | games/tanglet/tanglet.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/tanglet/tanglet.SlackBuild b/games/tanglet/tanglet.SlackBuild index 9e58c06c33..d741f827c3 100644 --- a/games/tanglet/tanglet.SlackBuild +++ b/games/tanglet/tanglet.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (c) 2013-2016 LEVAI Daniel +# Copyright (c) 2013-2019 LEVAI Daniel # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -28,7 +28,7 @@ # Build script for tanglet PRGNAM=tanglet -VERSION=${VERSION:-1.4.0} +VERSION=${VERSION:-1.5.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/games/tanglet/tanglet.info b/games/tanglet/tanglet.info index 6ae98cfee4..caa149efa4 100644 --- a/games/tanglet/tanglet.info +++ b/games/tanglet/tanglet.info @@ -1,8 +1,8 @@ PRGNAM="tanglet" -VERSION="1.4.0" +VERSION="1.5.3" HOMEPAGE="https://gottcode.org/tanglet/" -DOWNLOAD="https://gottcode.org/tanglet/tanglet-1.4.0-src.tar.bz2" -MD5SUM="1229f4cecda863230e002a4abac5b0a3" +DOWNLOAD="https://gottcode.org/tanglet/tanglet-1.5.3-src.tar.bz2" +MD5SUM="397a14dc407c0d884cc7eee8e850d9f5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5" |