diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2015-12-11 19:15:56 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-11 23:06:08 +0700 |
commit | 63f54c70f76e6123770ca6d46b659d32d4580ddd (patch) | |
tree | 8161f7045cd5d681d53adf8816d30581b428e835 /perl/perl-Sidef | |
parent | 7b59285bc5d3a8172baac5964cc071ecc25077fd (diff) | |
download | slackbuilds-63f54c70f76e6123770ca6d46b659d32d4580ddd.tar.gz |
perl/perl-Sidef: Updated for version 2.12.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Sidef')
-rw-r--r-- | perl/perl-Sidef/perl-Sidef.SlackBuild | 4 | ||||
-rw-r--r-- | perl/perl-Sidef/perl-Sidef.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/perl/perl-Sidef/perl-Sidef.SlackBuild b/perl/perl-Sidef/perl-Sidef.SlackBuild index 6d551aa1b8..126074b749 100644 --- a/perl/perl-Sidef/perl-Sidef.SlackBuild +++ b/perl/perl-Sidef/perl-Sidef.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perl-Sidef -VERSION=${VERSION:-2.10} +VERSION=${VERSION:-2.12} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -88,7 +88,7 @@ perl Build.PL \ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -DOCS="Changes LICENSE README.md" +DOCS="Changes LICENSE README.md TODO" mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/perl/perl-Sidef/perl-Sidef.info b/perl/perl-Sidef/perl-Sidef.info index 3bd2d784c8..bd714bed75 100644 --- a/perl/perl-Sidef/perl-Sidef.info +++ b/perl/perl-Sidef/perl-Sidef.info @@ -1,8 +1,8 @@ PRGNAM="perl-Sidef" -VERSION="2.10" +VERSION="2.12" HOMEPAGE="https://github.com/trizen/sidef" -DOWNLOAD="https://github.com/trizen/sidef/archive/2.10.tar.gz" -MD5SUM="42c0c3469b49df8226fce4e2c3ba62fa" +DOWNLOAD="https://github.com/trizen/sidef/archive/2.12.tar.gz" +MD5SUM="f5d18cdd4abc94bb68cb11824b04e0cb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="perl-data-dump perl-Module-Build" |