diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-08-22 20:52:06 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-24 11:55:19 +0700 |
commit | b55bcdc8e292e2d999bb4cedd93c485a095bbdba (patch) | |
tree | e7755f0c806a349f358f70563d0123effb177726 /libraries | |
parent | b4fefb7386ff5cab8d47a2ff90c855f1e39c492d (diff) |
libraries/gamemode: Updated for version 1.8.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/gamemode/gamemode.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/gamemode/gamemode.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/gamemode/gamemode.SlackBuild b/libraries/gamemode/gamemode.SlackBuild index af7b6604192f..3a1666188c2b 100644 --- a/libraries/gamemode/gamemode.SlackBuild +++ b/libraries/gamemode/gamemode.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for gamemode -# Copyright 2023 Jeremy Hansen jebrhansen+SBo@gmail.com +# Copyright 2023-2024 Jeremy Hansen jebrhansen+SBo@gmail.com # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gamemode -VERSION=${VERSION:-1.8.1} +VERSION=${VERSION:-1.8.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/libraries/gamemode/gamemode.info b/libraries/gamemode/gamemode.info index 00cc1079a545..f72606443d39 100644 --- a/libraries/gamemode/gamemode.info +++ b/libraries/gamemode/gamemode.info @@ -1,8 +1,8 @@ PRGNAM="gamemode" -VERSION="1.8.1" +VERSION="1.8.2" HOMEPAGE="https://github.com/FeralInteractive/gamemode" -DOWNLOAD="https://github.com/FeralInteractive/gamemode/archive/refs/tags/1.8.1/gamemode-1.8.1.tar.gz" -MD5SUM="12e169fd3502c1832f222b68afc7050a" +DOWNLOAD="https://github.com/FeralInteractive/gamemode/archive/refs/tags/1.8.2/gamemode-1.8.2.tar.gz" +MD5SUM="96522bb7cecac18999507f097f8e231f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |