perl/perl-Sidef: Updated for version 2.26.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2016-07-25 16:56:40 +07:00 committed by Willy Sudiarto Raharjo
parent ef0cba039c
commit 1cbbe5bae1
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 7 additions and 6 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-Sidef
VERSION=${VERSION:-2.20}
VERSION=${VERSION:-2.26}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -61,9 +61,10 @@ SRCNAM="sidef"
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-$VERSION
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$VERSION.tar.gz || tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
mv $SRCNAM-$VERSION $PRGNAM-$VERSION
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \

View File

@ -1,8 +1,8 @@
PRGNAM="perl-Sidef"
VERSION="2.20"
VERSION="2.26"
HOMEPAGE="https://github.com/trizen/sidef"
DOWNLOAD="https://github.com/trizen/sidef/archive/2.20.tar.gz"
MD5SUM="5499dbed75c06cf42295d7027c1ad6b1"
DOWNLOAD="https://github.com/trizen/sidef/archive/2.26.tar.gz"
MD5SUM="0219f24751eea6fc711c37cfdf1b3f04"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-data-dump perl-Module-Build"