diff options
Diffstat (limited to 'perl')
-rw-r--r-- | perl/perl-Exception-Class/perl-Exception-Class.SlackBuild | 4 | ||||
-rw-r--r-- | perl/perl-Exception-Class/perl-Exception-Class.info | 6 | ||||
-rw-r--r-- | perl/perl-Exception-Class/slack-desc | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/perl/perl-Exception-Class/perl-Exception-Class.SlackBuild b/perl/perl-Exception-Class/perl-Exception-Class.SlackBuild index 1d29b6c1f0..224e83a5e3 100644 --- a/perl/perl-Exception-Class/perl-Exception-Class.SlackBuild +++ b/perl/perl-Exception-Class/perl-Exception-Class.SlackBuild @@ -6,7 +6,7 @@ # Written by LEVAI Daniel PRGNAM=perl-Exception-Class -VERSION=${VERSION:-1.38} +VERSION=${VERSION:-1.39} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -74,7 +74,7 @@ find $PKG -depth -type d -empty -delete || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - README Changes \ + README.md Changes \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/perl/perl-Exception-Class/perl-Exception-Class.info b/perl/perl-Exception-Class/perl-Exception-Class.info index f0f8a10e9b..38a4266d7b 100644 --- a/perl/perl-Exception-Class/perl-Exception-Class.info +++ b/perl/perl-Exception-Class/perl-Exception-Class.info @@ -1,8 +1,8 @@ PRGNAM="perl-Exception-Class" -VERSION="1.38" +VERSION="1.39" HOMEPAGE="https://metacpan.org/pod/Exception::Class" -DOWNLOAD="http://www.cpan.org/authors/id/D/DR/DROLSKY/Exception-Class-1.38.tar.gz" -MD5SUM="4d7203a95893449f53ccacb385981569" +DOWNLOAD="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Exception-Class-1.39.tar.gz" +MD5SUM="971b6e47d18419bf1f8f0419ace2348c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="perl-Class-Data-Inheritable perl-Devel-StackTrace" diff --git a/perl/perl-Exception-Class/slack-desc b/perl/perl-Exception-Class/slack-desc index 28c15161d3..96f2854ac1 100644 --- a/perl/perl-Exception-Class/slack-desc +++ b/perl/perl-Exception-Class/slack-desc @@ -15,5 +15,5 @@ perl-Exception-Class: It also has a base exception class, Exception::Class::Base perl-Exception-Class: be easily extended. perl-Exception-Class: perl-Exception-Class: -perl-Exception-Class: Homepage: http://search.cpan.org/dist/Exception-Class/ +perl-Exception-Class: Homepage: https://metacpan.org/pod/Exception::Class perl-Exception-Class: |