mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
audio/schismtracker: Updated for version 20170420.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>.
This commit is contained in:
parent
19145d79b2
commit
153844238e
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for Schism Tracker
|
||||
#
|
||||
# Copyright 2009-2012 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# Copyright 2009-2017 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=schismtracker
|
||||
VERSION=${VERSION:-20120105}
|
||||
VERSION=${VERSION:-20170420}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -94,7 +94,7 @@ cp $CWD/schismtracker.desktop $PKG/usr/share/applications
|
|||
cp icons/schism-icon-48.png $PKG/usr/share/pixmaps/schism-icon-48.png
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a TODO AUTHORS COPYING* NEWS README helptext/ $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS COPYING* NEWS helptext/ $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="schismtracker"
|
||||
VERSION="20120105"
|
||||
VERSION="20170420"
|
||||
HOMEPAGE="https://github.com/schismtracker/schismtracker"
|
||||
DOWNLOAD="https://github.com/schismtracker/schismtracker/archive/20120105/schismtracker-20120105.tar.gz"
|
||||
MD5SUM="f7e7ae659ef11c3c3950eee5f546d549"
|
||||
DOWNLOAD="https://github.com/schismtracker/schismtracker/archive/20170420/schismtracker-20170420.tar.gz"
|
||||
MD5SUM="1183a835c187387e287cd1e368fee6f3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue