summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini2018-03-24 11:46:13 +0100
committer Matteo Bernardini2018-06-09 07:59:05 +0200
commit5a32ee3765b268dabf523025f919d5a648bcc889 (patch)
tree8afa836bc0abed921fca71e57bf3ca8d48899765
parent81c344443219574587ae3d6bccb8f19c1bd346af (diff)
downloadold.slackbuilds-higan.tar.gz
games/higan: Updated for version 1.03.higan
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--games/higan/higan.SlackBuild4
-rw-r--r--games/higan/higan.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/games/higan/higan.SlackBuild b/games/higan/higan.SlackBuild
index a9511ca33c..2b0a75c1bc 100644
--- a/games/higan/higan.SlackBuild
+++ b/games/higan/higan.SlackBuild
@@ -27,7 +27,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=higan
-VERSION=${VERSION:-101}
+VERSION=${VERSION:-103}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -94,7 +94,7 @@ install -m 755 icarus/out/icarus $PKG/usr/bin/
install -m 755 higan/out/higan $PKG/usr/bin/
install -m 644 higan/data/higan.desktop $PKG/usr/share/applications/
install -m 644 higan/data/higan.png $PKG/usr/share/pixmaps/
-cp -dr higan/systems/* higan/data/cheats.bml $PKG/usr/share/higan/
+cp -dr higan/systems/* $PKG/usr/share/higan/
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/games/higan/higan.info b/games/higan/higan.info
index 9f10b12b0d..e8a96fd65d 100644
--- a/games/higan/higan.info
+++ b/games/higan/higan.info
@@ -1,8 +1,8 @@
PRGNAM="higan"
-VERSION="101"
+VERSION="103"
HOMEPAGE="https://byuu.org/emulation/higan/"
-DOWNLOAD="http://helmet.kafuka.org/higan_v101-source.7z"
-MD5SUM="7c0f00b05c5589ea01b5c2b18c452e0f"
+DOWNLOAD="https://download.byuu.org/higan_v103-source.7z"
+MD5SUM="b45deec0c92a05d1677c919d0d387a19"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="OpenAL p7zip"