diff options
author | Steven Voges <svoges.sbo@gmail.com> | 2023-09-01 22:09:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-01 22:09:13 +0700 |
commit | d2827aac699987969b350b47d251fcbe7a8547b3 (patch) | |
tree | b43b85615ecb232fe98c4ca052f3cc4e607e6cc5 | |
parent | 8683559dc820a86a5d3de707bdb5a8fbb2b1b4e6 (diff) |
libraries/stormlib: Updated for version 9.25.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/stormlib/stormlib.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/stormlib/stormlib.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/stormlib/stormlib.SlackBuild b/libraries/stormlib/stormlib.SlackBuild index 50c99b5cedfab..67b637c6336e9 100644 --- a/libraries/stormlib/stormlib.SlackBuild +++ b/libraries/stormlib/stormlib.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for stormlib -# Copyright 2022 Steven Voges <Oregon, USA> +# Copyright 2022-2023 Steven Voges <Oregon, USA> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=stormlib SRCNAM=StormLib -VERSION=${VERSION:-9.24} +VERSION=${VERSION:-9.25} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/libraries/stormlib/stormlib.info b/libraries/stormlib/stormlib.info index 14085b979f4ca..a627b512e7d26 100644 --- a/libraries/stormlib/stormlib.info +++ b/libraries/stormlib/stormlib.info @@ -1,8 +1,8 @@ PRGNAM="stormlib" -VERSION="9.24" +VERSION="9.25" HOMEPAGE="http://www.zezula.net/en/mpq/stormlib.html" -DOWNLOAD="https://github.com/ladislav-zezula/StormLib/archive/v9.24/StormLib-9.24.tar.gz" -MD5SUM="dad853fe5c311feec4a92dbc34c92046" +DOWNLOAD="https://github.com/ladislav-zezula/StormLib/archive/v9.25/StormLib-9.25.tar.gz" +MD5SUM="d30d08c2e80d284575c8003c89576c6f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |