libraries/lgi: Updated for version 0.9.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Heiko Rosemann 2018-03-14 11:45:40 +07:00 committed by Willy Sudiarto Raharjo
parent 31e3992ea0
commit c555585e54
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for lgi
# Copyright 2013-2015 Heiko Rosemann Germany
# Copyright 2013-2018 Heiko Rosemann Germany
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
# Modified by the SlackBuilds.org project
PRGNAM=lgi
VERSION=${VERSION:-0.9.1}
VERSION=${VERSION:-0.9.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -62,7 +62,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,8 +1,8 @@
PRGNAM="lgi"
VERSION="0.9.1"
VERSION="0.9.2"
HOMEPAGE="https://github.com/pavouk/lgi/"
DOWNLOAD="https://github.com/pavouk/lgi/archive/0.9.1.tar.gz"
MD5SUM="0c85f177e4b8192bd849b4e508c8bdf0"
DOWNLOAD="https://github.com/pavouk/lgi/archive/0.9.2/lgi-0.9.2.tar.gz"
MD5SUM="ad5d2e7a4427069f926f2ca472a5fe6d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lua"