diff options
Diffstat (limited to 'dev/perl/perl-inline/perl-inline.mkbuild')
-rw-r--r-- | dev/perl/perl-inline/perl-inline.mkbuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev/perl/perl-inline/perl-inline.mkbuild b/dev/perl/perl-inline/perl-inline.mkbuild index 5d65dfc..c0d8585 100644 --- a/dev/perl/perl-inline/perl-inline.mkbuild +++ b/dev/perl/perl-inline/perl-inline.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/I/IN/INGY/Inline-0.44.tar.gz" +[[DOWNLOAD FOLDER URL]]="http://search.cpan.org/CPAN/authors/id/S/SI/SISYPHUS/Inline-0.45.tar.gz" # Package name. Null ("") to auto-set # Auto-set, get PKG_NAME from URL downcase(SRC_NAME): http://.../$SRC_NAME-$VERSION.tar.$EXTENSION' @@ -55,6 +55,7 @@ on: error_codes on: start_structure on: download_source + on: manifest_check on: untar_source on: configure on: make_package |