diff options
author | Brenton Earl <brent@exitstatusone.com> | 2017-03-31 23:58:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-31 23:58:46 +0700 |
commit | d30c4e7f64bc7e0a845534fc4c287d7fd3be935e (patch) | |
tree | 50880be9f3f171b24a53b042e79c9daa8431fbb8 /games/lutris | |
parent | 770d3789eb5fcab4b3eb7db986243f88c9895b5f (diff) |
games/lutris: Updated for version 0.4.6 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/lutris')
-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 cb5d416accee..57350f26f679 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 3d95cb84eae4..de23e797e455 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" |