mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
games/mednafen: Updated for version 0.9.44.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
45e3b98ea2
commit
aa91f38f7f
2 changed files with 7 additions and 8 deletions
|
@ -1,9 +1,9 @@
|
|||
#!/bin/sh
|
||||
# Slackware build script for mednafen
|
||||
|
||||
# Copyright 2008-2014 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# Copyright -2016 Ryan P.C. McQuen | Everett, WA
|
||||
# Copyright 2017 Johannes Schoepfer
|
||||
# Copyright 2008-2014 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# Copyright 2014-2016 Ryan P.C. McQuen | Everett, WA
|
||||
# Copyright 2017 Johannes Schoepfer, Germany
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mednafen
|
||||
VERSION=${VERSION:-0.9.43}
|
||||
VERSION=${VERSION:-0.9.44.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -77,7 +77,6 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--libdir=/usr/lib$LIBDIRSUFFIX \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--disable-static \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mednafen"
|
||||
VERSION="0.9.43"
|
||||
VERSION="0.9.44.1"
|
||||
HOMEPAGE="https://mednafen.github.io/"
|
||||
DOWNLOAD="https://mednafen.github.io/releases/files/mednafen-0.9.43.tar.xz"
|
||||
MD5SUM="435376f484bdd7b5adf9820616d40a48"
|
||||
DOWNLOAD="https://mednafen.github.io/releases/files/mednafen-0.9.44.1.tar.xz"
|
||||
MD5SUM="09544d0752ecb5abb6f2c16fc9ea3a4c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue