diff options
Diffstat (limited to 'package/perl')
-rw-r--r-- | package/perl/perl.hash | 12 | ||||
-rw-r--r-- | package/perl/perl.mk | 8 |
2 files changed, 10 insertions, 10 deletions
diff --git a/package/perl/perl.hash b/package/perl/perl.hash index b46189a7ad..6892a643c6 100644 --- a/package/perl/perl.hash +++ b/package/perl/perl.hash @@ -1,7 +1,7 @@ -# Hashes from: http://www.cpan.org/src/5.0/perl-5.24.2.tar.xz.{md5,sha1,sha256}.txt -md5 b7c027975a476dbb9aa7202f760d8eca perl-5.24.2.tar.xz -sha1 61761989df70b10470bc387050974be72e33217e perl-5.24.2.tar.xz -sha256 b25dd465ef32edf853078eb540b26243db0a3b5e1b1cc84393703d9564be67c0 perl-5.24.2.tar.xz +# Hashes from: http://www.cpan.org/src/5.0/perl-5.26.1.tar.xz.{md5,sha1,sha256}.txt +md5 70e988b4318739b0cf3ad5e120bfde88 perl-5.26.1.tar.xz +sha1 403bb1804cb41416153d908eea093f2be22a77f6 perl-5.26.1.tar.xz +sha256 fe8208133e73e47afc3251c08d2c21c5a60160165a8ab8b669c43a420e4ec680 perl-5.26.1.tar.xz -# Hashes from: http://github.com/arsv/perl-cross/releases/download/1.1.6/perl-cross-1.1.6.hash -sha256 2b3b88f54d85beb438bd2dddd948e2d89461db5ab6253f01b3c2c9ae3ddc30b4 perl-cross-1.1.6.tar.gz +# Hashes from: http://github.com/arsv/perl-cross/releases/download/1.1.7/perl-cross-1.1.7.hash +sha256 b79ce9d766b5f527ad7e73cb86d541da88ecbb69a443ee5f14658dd8f9e9415f perl-cross-1.1.7.tar.gz diff --git a/package/perl/perl.mk b/package/perl/perl.mk index d7fcd75cab..02cfec8074 100644 --- a/package/perl/perl.mk +++ b/package/perl/perl.mk @@ -4,16 +4,16 @@ # ################################################################################ -# When updating the version here, also update support/scripts/scancpan -PERL_VERSION_MAJOR = 24 -PERL_VERSION = 5.$(PERL_VERSION_MAJOR).2 +# When updating the version here, also update utils/scancpan +PERL_VERSION_MAJOR = 26 +PERL_VERSION = 5.$(PERL_VERSION_MAJOR).1 PERL_SITE = http://www.cpan.org/src/5.0 PERL_SOURCE = perl-$(PERL_VERSION).tar.xz PERL_LICENSE = Artistic or GPL-1.0+ PERL_LICENSE_FILES = Artistic Copying README PERL_INSTALL_STAGING = YES -PERL_CROSS_VERSION = 1.1.6 +PERL_CROSS_VERSION = 1.1.7 # DO NOT refactor with the github helper (the result is not the same) PERL_CROSS_SITE = https://github.com/arsv/perl-cross/releases/download/$(PERL_CROSS_VERSION) PERL_CROSS_SOURCE = perl-cross-$(PERL_CROSS_VERSION).tar.gz |