games/lutris: Updated for version 0.5.13.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ozan Türkyılmaz 2023-05-17 11:34:44 +03:00 committed by Willy Sudiarto Raharjo
parent 23f787e9d5
commit fd32bbd991
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 6 additions and 4 deletions

View File

@ -6,3 +6,5 @@ emulators and browser games.
allegro and wine are optional dependencies for some of the runners.
Lutris can download and install specificly needed patched wine versions
or can use the system installed wine.
moddb is optional dependency to reference ModDB in Lutris installers.

View File

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=lutris
VERSION=${VERSION:-0.5.12}
VERSION=${VERSION:-0.5.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="lutris"
VERSION="0.5.12"
VERSION="0.5.13"
HOMEPAGE="https://lutris.net/"
DOWNLOAD="https://github.com/lutris/lutris/archive/refs/tags/v0.5.12/lutris-0.5.12.tar.gz"
MD5SUM="f6f6912f9d182866862b4157e7486084"
DOWNLOAD="https://github.com/lutris/lutris/archive/refs/tags/v0.5.13/lutris-0.5.13.tar.gz"
MD5SUM="9acd07d4d130d4d250611af907aa3a40"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-magic webkit2gtk lxml"