mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/openspades: Updated for version 0.1.1c.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
0a6f252a1d
commit
d8354bc4d2
2 changed files with 7 additions and 7 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=openspades
|
||||
VERSION=${VERSION:-0.1.0}
|
||||
VERSION=${VERSION:-0.1.1c}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -71,7 +71,7 @@ find -L . \
|
|||
|
||||
# copy develompent packs
|
||||
mkdir -p build/Resources
|
||||
cp $CWD/OpenSpadesDevPackage-r32.zip build/Resources
|
||||
cp $CWD/OpenSpadesDevPackage-r33.zip build/Resources
|
||||
|
||||
# avoid download automatically development packs
|
||||
patch -p1 < $CWD/downloader.patch
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="openspades"
|
||||
VERSION="0.1.0"
|
||||
VERSION="0.1.1c"
|
||||
HOMEPAGE="http://openspades.yvt.jp/"
|
||||
DOWNLOAD="https://github.com/yvt/openspades/archive/v0.1.0.tar.gz \
|
||||
https://github.com/yvt/openspades-paks/releases/download/r32/OpenSpadesDevPackage-r32.zip"
|
||||
MD5SUM="a13cc11f0903c26e95df16370781e4c8 \
|
||||
03627d8a8e1daa54304f4260e97559db"
|
||||
DOWNLOAD="https://github.com/yvt/openspades/archive/v0.1.1c.tar.gz \
|
||||
https://github.com/yvt/openspades-paks/releases/download/r33/OpenSpadesDevPackage-r33.zip"
|
||||
MD5SUM="2730d450422516ad04db9c6f5f333260 \
|
||||
daa4d6ecffe263d9567e9a37fe49b01b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="SDL2_image OpenAL opusfile"
|
||||
|
|
Loading…
Reference in a new issue