perl/perl-gtk2: Updated for version 1.244.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Binh Nguyen 2012-06-02 19:45:08 -04:00 committed by Erik Hanson
parent 8227bdf45c
commit 32e5f1a404
2 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@
# Slackware build script for perl-gtk2
# (C) 2007 Michael Wagner <lapinours@web.de>
# Copyright 2010 Binh Nguyen <binhnguyen@fastmail.fm>
# Copyright 2010, 2012 Binh Nguyen <binhnguyen@fastmail.fm>
# 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=perl-gtk2
VERSION=${VERSION:-1.223}
VERSION=${VERSION:-1.244}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -90,7 +90,7 @@ find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f
find $PKG -depth -type d -empty -delete || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS ChangeLog* LICENSE MAINTAINERS NEWS README TODO copyright* examples/ \
cp -a AUTHORS ChangeLog* LICENSE NEWS README TODO copyright* examples/ \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View File

@ -1,8 +1,8 @@
PRGNAM="perl-gtk2"
VERSION="1.223"
VERSION="1.244"
HOMEPAGE="http://gtk2-perl.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/gtk2-perl/Gtk2-1.223.tar.gz"
MD5SUM="57459f0f39c20699a5062ea833a67817"
DOWNLOAD="http://downloads.sourceforge.net/gtk2-perl/Gtk2-1.244.tar.gz"
MD5SUM="191fda807f44a7c82d699838bf544bca"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Binh Nguyen"