mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
games/scummvm: Updated for version 1.7.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b3fb93b53c
commit
97d2ed10d3
3 changed files with 6 additions and 7 deletions
|
@ -1,4 +1,3 @@
|
|||
if [ -x usr/bin/update-desktop-database ]; then
|
||||
./usr/bin/update-desktop-database ./usr/share/applications >/dev/null 2>&1
|
||||
fi
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for scummvm
|
||||
|
||||
# Copyright 2006 Halim Issa <yallaone@gmail.com>
|
||||
# Copyright 2008, 2010, 2012, 2013 Carlos Corbacho <carlos@strangeworlds.co.uk>
|
||||
# Copyright 2008, 2010, 2012-2014 Carlos Corbacho <carlos@strangeworlds.co.uk>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=scummvm
|
||||
VERSION=${VERSION:-1.6.0}
|
||||
VERSION=${VERSION:-1.7.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -55,7 +55,7 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
DOCS="AUTHORS COPYING NEWS README TODO"
|
||||
DOCS="AUTHORS COPYING* COPYRIGHT NEWS README TODO"
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="scummvm"
|
||||
VERSION="1.6.0"
|
||||
VERSION="1.7.0"
|
||||
HOMEPAGE="http://www.scummvm.org/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/scummvm/scummvm-1.6.0.tar.bz2"
|
||||
MD5SUM="473c151ff44e3db7b603ecacd800a0d2"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/scummvm/scummvm-1.7.0.tar.bz2"
|
||||
MD5SUM="be91bf3fa2f1b44a82c92cfe8c5cc1c8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue