diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/lutris/lutris.SlackBuild | 3 | ||||
-rw-r--r-- | games/lutris/lutris.info | 10 |
2 files changed, 7 insertions, 6 deletions
diff --git a/games/lutris/lutris.SlackBuild b/games/lutris/lutris.SlackBuild index cb5d416acc..57350f26f6 100644 --- a/games/lutris/lutris.SlackBuild +++ b/games/lutris/lutris.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for lutris # Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org +# Brenton Earl | brent@exitstatusone.com # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -23,7 +24,7 @@ # <https://www.gnu.org/licenses/>. PRGNAM=lutris -VERSION=${VERSION:-0.4.4} +VERSION=${VERSION:-0.4.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/games/lutris/lutris.info b/games/lutris/lutris.info index 3d95cb84ea..de23e797e4 100644 --- a/games/lutris/lutris.info +++ b/games/lutris/lutris.info @@ -1,10 +1,10 @@ PRGNAM="lutris" -VERSION="0.4.4" +VERSION="0.4.6" HOMEPAGE="https://lutris.net/" -DOWNLOAD="https://lutris.net/releases/lutris_0.4.4.tar.xz" -MD5SUM="04b2f60ddfcbacbd57018d1b9ca55050" +DOWNLOAD="https://lutris.net/releases/lutris_0.4.6.tar.xz" +MD5SUM="ec8cb72b09baf3e83c76435bcf214708" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pygobject3-python3 dbus-python3 python3-PyYAML pyxdg" -MAINTAINER="Ryan P.C. McQuen" -EMAIL="ryanpcmcquen@member.fsf.org" +MAINTAINER="Brenton Earl" +EMAIL="brent@exitstatusone.com" |