mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
games/berusky2-data: Updated for version 0.12.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5f8817d8c2
commit
4842b3e673
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for berusky2-data
|
||||
|
||||
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2024 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=berusky2-data
|
||||
GAMENAM=$(echo $PRGNAM | cut -c1-8)
|
||||
VERSION=${VERSION:-0.9}
|
||||
VERSION=${VERSION:-0.12}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -71,7 +71,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="berusky2-data"
|
||||
VERSION="0.9"
|
||||
VERSION="0.12"
|
||||
HOMEPAGE="http://anakreon.cz/?q=node/2"
|
||||
DOWNLOAD="https://src.fedoraproject.org/repo/pkgs/berusky2-data/berusky2-data-0.9.tar.bz2/b0d472dfb6c64c00f777d30427ed728d/berusky2-data-0.9.tar.bz2"
|
||||
MD5SUM="b0d472dfb6c64c00f777d30427ed728d"
|
||||
DOWNLOAD="https://anakreon.cz/download/berusky2-data-0.12.tar.xz"
|
||||
MD5SUM="db7f848ddd596625e05af63a54e166c2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
EMAIL="dslackw@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue