summaryrefslogtreecommitdiffstats
path: root/games/lgogdownloader/lgogdownloader.SlackBuild
diff options
context:
space:
mode:
author Marcel Saegebarth2016-05-30 08:33:12 +0200
committer Willy Sudiarto Raharjo2016-06-01 18:55:03 +0200
commitc0bc83850c66b670ceb0d2ed97695af5f8a68bca (patch)
tree461936d46fd5b2cfb23c383405c843e9187fab3a /games/lgogdownloader/lgogdownloader.SlackBuild
parentc91ed4b7ee90c0c8c0c6f9e325619016756077bf (diff)
downloadslackbuilds-c0bc83850c66b670ceb0d2ed97695af5f8a68bca.tar.gz
games/lgogdownloader: Updated for version 2.28.
Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
Diffstat (limited to 'games/lgogdownloader/lgogdownloader.SlackBuild')
-rw-r--r--games/lgogdownloader/lgogdownloader.SlackBuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/games/lgogdownloader/lgogdownloader.SlackBuild b/games/lgogdownloader/lgogdownloader.SlackBuild
index 311aa11e67..9098a77d99 100644
--- a/games/lgogdownloader/lgogdownloader.SlackBuild
+++ b/games/lgogdownloader/lgogdownloader.SlackBuild
@@ -25,8 +25,8 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=lgogdownloader
-VERSION=${VERSION:-2.27}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-2.28}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -84,8 +84,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-patch -p1 <$CWD/fix-compiling-with-jsoncpp-1.7.1.patch
-
mkdir -p build
cd build
cmake \