diff options
author | Damian Perticone <mjolnirdam@gmail.com> | 2022-08-19 00:23:00 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-20 10:06:42 +0700 |
commit | ae38595a7d725b473bdad61e4b027cc393f308e4 (patch) | |
tree | 4baacf2a6ea5dea7fd5d2eca3c9eee5c2916e5df /games/protontricks | |
parent | f13993e553698fb7ad52c82435db6c57c5bb83b2 (diff) |
games/protontricks: Updated for version 1.9.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/protontricks')
-rw-r--r-- | games/protontricks/protontricks.SlackBuild | 9 | ||||
-rw-r--r-- | games/protontricks/protontricks.info | 6 |
2 files changed, 6 insertions, 9 deletions
diff --git a/games/protontricks/protontricks.SlackBuild b/games/protontricks/protontricks.SlackBuild index 89b6b83b6ecc..bacb5d247dff 100644 --- a/games/protontricks/protontricks.SlackBuild +++ b/games/protontricks/protontricks.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for protontricks -# Copyright 2022 Damian Perticone Berisso,Argentina +# Copyright 2022 Damian Perticone, Berisso, Argentina # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,14 +22,11 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# 20220505 bkw: Modified by SlackBuilds.org, BUILD=2: -# - rename doint.sh to doinst.sh, and actually install it in $PKG/install. - cd $(dirname $0) ; CWD=$(pwd) PRGNAM=protontricks -VERSION=${VERSION:-1.8.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.9.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/protontricks/protontricks.info b/games/protontricks/protontricks.info index 8e017ac4071a..3a089c80f277 100644 --- a/games/protontricks/protontricks.info +++ b/games/protontricks/protontricks.info @@ -1,8 +1,8 @@ PRGNAM="protontricks" -VERSION="1.8.1" +VERSION="1.9.0" HOMEPAGE="https://github.com/Matoking/protontricks" -DOWNLOAD="https://github.com/Matoking/protontricks/archive/refs/tags/1.8.1/protontricks-1.8.1.tar.gz" -MD5SUM="d2d4347a5c4b56c642ee5fa4355ea916" +DOWNLOAD="https://github.com/Matoking/protontricks/archive/1.9.0/protontricks-1.9.0.tar.gz" +MD5SUM="e5af44cab5f4de07c3a6f2391161717b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |