summaryrefslogtreecommitdiffstats
path: root/games/scummvm/scummvm.SlackBuild
diff options
context:
space:
mode:
author Carlos Corbacho2020-02-07 19:52:11 +0100
committer Willy Sudiarto Raharjo2020-02-07 19:52:11 +0100
commite68f5d4925ccf14e05b4190fd812a42b8e1168c0 (patch)
tree176a10184359757382cb31b7aee38ffee4bb4fb0 /games/scummvm/scummvm.SlackBuild
parentc275a3518f004026b9a04a37fd5b85f93d133819 (diff)
downloadslackbuilds-e68f5d4925ccf14e05b4190fd812a42b8e1168c0.tar.gz
games/scummvm: Updated for version 2.1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/scummvm/scummvm.SlackBuild')
-rw-r--r--games/scummvm/scummvm.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/scummvm/scummvm.SlackBuild b/games/scummvm/scummvm.SlackBuild
index 48b1b0df23..1a54e58fe9 100644
--- a/games/scummvm/scummvm.SlackBuild
+++ b/games/scummvm/scummvm.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for scummvm
# Copyright 2006 Halim Issa <yallaone@gmail.com>
-# Copyright 2008, 2010, 2012-2018 Carlos Corbacho <carlos@strangeworlds.co.uk>
+# Copyright 2008, 2010, 2012-2020 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:-2.0.0}
+VERSION=${VERSION:-2.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -55,7 +55,7 @@ else
LIBDIRSUFFIX=""
fi
-DOCS="AUTHORS COPYING* COPYRIGHT NEWS README TODO"
+DOCS="AUTHORS COPYING* COPYRIGHT NEWS.md README.md TODO"
set -e