diff options
Diffstat (limited to 'dev/perl/perl-archive-tar/perl-archive-tar.mkbuild')
-rw-r--r-- | dev/perl/perl-archive-tar/perl-archive-tar.mkbuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev/perl/perl-archive-tar/perl-archive-tar.mkbuild b/dev/perl/perl-archive-tar/perl-archive-tar.mkbuild index 3ad00ae..9f6de92 100644 --- a/dev/perl/perl-archive-tar/perl-archive-tar.mkbuild +++ b/dev/perl/perl-archive-tar/perl-archive-tar.mkbuild @@ -29,7 +29,7 @@ #------------------------ # # Complete URL address or URL base address ( without $SRC_NAME-$VERSION... ) -[[DOWNLOAD FOLDER URL]]="http://search.cpan.org/CPAN/authors/id/K/KA/KANE/Archive-Tar-1.38.tar.gz" +[[DOWNLOAD FOLDER URL]]="http://search.cpan.org/CPAN/authors/id/K/KA/KANE/Archive-Tar-1.48.tar.gz" # Package name. Null ("") to auto-set # Auto-set, get PKG_NAME from URL downcase(SRC_NAME): http://.../$SRC_NAME-$VERSION.tar.$EXTENSION' @@ -54,6 +54,7 @@ on: error_codes on: start_structure on: download_source + on: manifest_check on: untar_source on: configure on: make_package |