games/higan: Use github download URL.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-09-07 21:38:53 -04:00 committed by Willy Sudiarto Raharjo
parent 2c6936533e
commit ec049e79dd
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 9 additions and 7 deletions

View file

@ -27,6 +27,8 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# 20200907 bkw: upstream source moved and changed to .tar.gz, get
# rid of p7zip dependency. BUILD=2.
# 20200529 bkw: add "can't update version" note to README.
# 20181211 bkw:
# This update would not have happened without assistance and moral support
@ -46,7 +48,7 @@
PRGNAM=higan
VERSION=${VERSION:-106}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -83,9 +85,9 @@ SRCNAM=${PRGNAM}_v${VERSION}-source
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM
7z x $CWD/$SRCNAM.7z
cd $SRCNAM
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
# Bletcherous permissions, please don't replace with template code.
find . -type d -exec chmod 0755 {} \+

View file

@ -1,10 +1,10 @@
PRGNAM="higan"
VERSION="106"
HOMEPAGE="https://byuu.org/emulation/higan/"
DOWNLOAD="https://download.byuu.org/higan_v106-source.7z"
MD5SUM="74fa6050909445035119ee764563c094"
DOWNLOAD="https://github.com/higan-emu/higan/archive/v106/higan-106.tar.gz"
MD5SUM="4a68c6b9671089b4a7fde0b234531d61"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="p7zip gtksourceview"
REQUIRES="gtksourceview"
MAINTAINER="B. Watson"
EMAIL="yalhcru@gmail.com"