diff options
Diffstat (limited to 'games/lutris/lutris.SlackBuild')
-rw-r--r-- | games/lutris/lutris.SlackBuild | 3 |
1 files changed, 2 insertions, 1 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} |