diff options
author | Edward W. Koenig <kingbeowulf@gmail.com> | 2019-04-19 23:15:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-04-19 23:15:55 +0700 |
commit | c65e51ece9dbffa39e3f51f841acc3cf85cebaaa (patch) | |
tree | f1173d0634187e78534488c147339d97ae1c84d5 /games/wesnoth | |
parent | 4aa8827aa7410c9f6024c136d2f09ca7d1e78484 (diff) | |
download | slackbuilds-c65e51ece9dbffa39e3f51f841acc3cf85cebaaa.tar.gz |
games/wesnoth: Updated for version 1.14.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/wesnoth')
-rw-r--r-- | games/wesnoth/wesnoth.SlackBuild | 2 | ||||
-rw-r--r-- | games/wesnoth/wesnoth.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/wesnoth/wesnoth.SlackBuild b/games/wesnoth/wesnoth.SlackBuild index a5b0655b64..8631b6c29f 100644 --- a/games/wesnoth/wesnoth.SlackBuild +++ b/games/wesnoth/wesnoth.SlackBuild @@ -27,7 +27,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=wesnoth -VERSION=${VERSION:-1.14.4} +VERSION=${VERSION:-1.14.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/games/wesnoth/wesnoth.info b/games/wesnoth/wesnoth.info index a32059c33d..c9b00398b7 100644 --- a/games/wesnoth/wesnoth.info +++ b/games/wesnoth/wesnoth.info @@ -1,8 +1,8 @@ PRGNAM="wesnoth" -VERSION="1.14.4" +VERSION="1.14.7" HOMEPAGE="http://www.wesnoth.org" -DOWNLOAD="http://downloads.sourceforge.net/wesnoth/wesnoth-1.14.4.tar.bz2" -MD5SUM="b6b775109569c59a7aa8d6a7537b8694" +DOWNLOAD="http://downloads.sourceforge.net/wesnoth/wesnoth-1.14.7.tar.bz2" +MD5SUM="40ea96af963c1817f3b62e687031fa18" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="SDL2 SDL2_image SDL2_mixer SDL2_ttf" |