diff options
author | Andrew Lobanov <spline1986@gmail.com> | 2022-12-01 22:19:06 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-03 09:09:16 +0700 |
commit | b65cc4134bccdbd5814e173fb2205046cc60f2de (patch) | |
tree | f675f992b6a7fff15c5c7527ba8a4f88cbb8736f /games/instead | |
parent | fd5fb1be61e70d29116ac550f71c66f7163b6824 (diff) |
games/instead: Updated for version 3.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/instead')
-rw-r--r-- | games/instead/instead.SlackBuild | 2 | ||||
-rw-r--r-- | games/instead/instead.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/instead/instead.SlackBuild b/games/instead/instead.SlackBuild index 72b5334f691ef..815748ffe0077 100644 --- a/games/instead/instead.SlackBuild +++ b/games/instead/instead.SlackBuild @@ -6,7 +6,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=instead -VERSION=${VERSION:-3.3.2} +VERSION=${VERSION:-3.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/instead/instead.info b/games/instead/instead.info index 665401a94eef7..a5ad990a24739 100644 --- a/games/instead/instead.info +++ b/games/instead/instead.info @@ -1,8 +1,8 @@ PRGNAM="instead" -VERSION="3.3.2" +VERSION="3.5.0" HOMEPAGE="https://instead-hub.github.io/en/" -DOWNLOAD="https://github.com/instead-hub/instead/releases/download/3.3.2/instead_3.3.2.tar.gz" -MD5SUM="c0d764e9766b6bd63e422e0c07bdc022" +DOWNLOAD="https://github.com/instead-hub/instead/releases/download/3.5.0/instead_3.5.0.tar.gz" +MD5SUM="b2c3c01f515d541318fbab54572f0479" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="luajit" |