perl: update to 5.30.2.
This commit is contained in:
parent
0c0f209598
commit
366e2e84b5
1 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'perl'
|
||||
pkgname=perl
|
||||
version=5.30.1
|
||||
version=5.30.2
|
||||
revision=1
|
||||
_perl_cross_version=1.3
|
||||
_perl_cross_version=1.3.1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="less"
|
||||
makedepends="zlib-devel bzip2-devel gdbm-devel db-devel"
|
||||
|
@ -14,8 +14,8 @@ license="Artistic-1.0-perl, GPL-1.0-or-later"
|
|||
homepage="https://www.perl.org"
|
||||
distfiles="https://www.cpan.org/src/5.0/perl-${version}.tar.gz
|
||||
https://github.com/arsv/perl-cross/releases/download/${_perl_cross_version}/perl-cross-${_perl_cross_version}.tar.gz"
|
||||
checksum="bf3d25571ff1ee94186177c2cdef87867fd6a14aa5a84f0b1fb7bf798f42f964
|
||||
49edea1ea2cd6c5c47386ca71beda8d150c748835781354dbe7f75b1df27e703"
|
||||
checksum="66db7df8a91979eb576fac91743644da878244cf8ee152f02cd6f5cd7a731689
|
||||
edce0b0c2f725e2db3f203d6d8e9f3f7161256f5d1590551e40694f21200141d"
|
||||
|
||||
# Before updating this package to a new major version, run ${FILESDIR}/provides.pl
|
||||
# against ${wrksrc} to find the list of built in packages.
|
||||
|
@ -142,7 +142,7 @@ done
|
|||
|
||||
post_extract() {
|
||||
cp -a ../perl-cross-${_perl_cross_version}/* .
|
||||
cp -a cnf/diffs/perl5-5.30.0 cnf/diffs/perl5-5.30.1
|
||||
cp -a cnf/diffs/perl5-5.30.1 cnf/diffs/perl5-5.30.2
|
||||
}
|
||||
|
||||
do_configure() {
|
||||
|
|
Loading…
Reference in a new issue