games/mesen-x: Updated for version 0.9.9.3358.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5a3d8e493b
commit
9f7f7c36e7
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for mesen-x
|
||||
|
||||
# Copyright 2022 Steven Voges <Oregon, USA>
|
||||
# Copyright 2022-2023 Steven Voges <Oregon, USA>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=mesen-x
|
||||
SRCNAM=Mesen-X
|
||||
VERSION=${VERSION:-0.9.9.3334}
|
||||
SRCVER=${SRCVER:-a6c9741c1f9addbffbf5b2ddfb3e6d77a6766538}
|
||||
VERSION=${VERSION:-0.9.9.3358}
|
||||
SRCVER=${SRCVER:-1f1c5afc605fe701a5ac63fc119d520f960f771a}
|
||||
MESENPLATFORM=${MESENPLATFORM:-x64}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mesen-x"
|
||||
VERSION="0.9.9.3334"
|
||||
VERSION="0.9.9.3358"
|
||||
HOMEPAGE="https://www.mesen.ca"
|
||||
DOWNLOAD="https://github.com/NovaSquirrel/Mesen-X/archive/a6c9741c1f9addbffbf5b2ddfb3e6d77a6766538/Mesen-X-a6c9741c1f9addbffbf5b2ddfb3e6d77a6766538.tar.gz"
|
||||
MD5SUM="f459fdb8c36ecb557481016604381b1a"
|
||||
DOWNLOAD="https://github.com/NovaSquirrel/Mesen-X/archive/1f1c5afc605fe701a5ac63fc119d520f960f771a/Mesen-X-1f1c5afc605fe701a5ac63fc119d520f960f771a.tar.gz"
|
||||
MD5SUM="d38d74387e9576ca00b6cf77b4635229"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="mono"
|
||||
|
|
Loading…
Reference in New Issue