diff options
author | B. Watson <yalhcru@gmail.com> | 2018-08-28 02:53:24 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-09-01 07:32:28 +0700 |
commit | a0552bffc09de11a8f6c9323be2cde48b062c801 (patch) | |
tree | 1a7464c95c98801b15f822d04c9addbdd40f0daf | |
parent | 32974dcc14666fdd27e23eca7ac5ea7863634171 (diff) | |
download | slackbuilds-a0552bffc09de11a8f6c9323be2cde48b062c801.tar.gz |
games/supermariowar: Updated for version 2.0beta1.1.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | games/supermariowar/supermariowar.SlackBuild | 4 | ||||
-rw-r--r-- | games/supermariowar/supermariowar.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/supermariowar/supermariowar.SlackBuild b/games/supermariowar/supermariowar.SlackBuild index e4d179474c..ddfae766ed 100644 --- a/games/supermariowar/supermariowar.SlackBuild +++ b/games/supermariowar/supermariowar.SlackBuild @@ -9,8 +9,8 @@ # 20170302 bkw: use long-format github URL PRGNAM=supermariowar -VERSION=${VERSION:-2.0beta1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.0beta1.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then diff --git a/games/supermariowar/supermariowar.info b/games/supermariowar/supermariowar.info index c58791723f..ed031dd0d8 100644 --- a/games/supermariowar/supermariowar.info +++ b/games/supermariowar/supermariowar.info @@ -1,8 +1,8 @@ PRGNAM="supermariowar" -VERSION="2.0beta1" +VERSION="2.0beta1.1" HOMEPAGE="https://github.com/mmatyas/supermariowar" -DOWNLOAD="https://github.com/mmatyas/supermariowar/archive/v2.0-beta.1/supermariowar-2.0-beta.1.tar.gz" -MD5SUM="37084e687b54281fef862766f92a9481" +DOWNLOAD="https://github.com/mmatyas/supermariowar/archive/v2.0-beta.1.1/supermariowar-2.0-beta.1.1.tar.gz" +MD5SUM="695209dfc4a549dfd6dea0d5aa421137" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="enet yaml-cpp" |