mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
games/openmsx: Updated for version 17.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9a7f66b3bc
commit
8029800fcb
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for OpenMSX
|
||||
|
||||
# Copyright 2013-2014 Erwin van Zanten, Dordrecht, The Netherlands
|
||||
# Copyright 2016-2019 Philip van der Hoeven, Almere, The Netherlands
|
||||
# Copyright 2016-2022 Philip van der Hoeven, Almere, The Netherlands
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=openmsx
|
||||
VERSION=${VERSION:-0.15.0}
|
||||
VERSION=${VERSION:-17.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="openmsx"
|
||||
VERSION="0.15.0"
|
||||
VERSION="17.0"
|
||||
HOMEPAGE="http://openmsx.org/"
|
||||
DOWNLOAD="https://github.com/openMSX/openMSX/releases/download/RELEASE_0_15_0/openmsx-0.15.0.tar.gz"
|
||||
MD5SUM="99100aeb48c0f91ac6e1dcbaf00f4657"
|
||||
DOWNLOAD="https://github.com/openMSX/openMSX/releases/download/RELEASE_17_0/openmsx-17.0.tar.gz"
|
||||
MD5SUM="3e03d3298d91d00bab77045c039d77f3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue