aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-25 01:23:52 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-08-26 09:23:14 +0000
commit2350a992423d2a92055228bda552771a2e630748 (patch)
tree0a06c9d1eb6f27c366198d45c240a2bfe8c3e4c9
parentc81bc2ce8be78a538b77b2cce1fd97056bcc3831 (diff)
downloadaports-2350a992423d2a92055228bda552771a2e630748.tar.bz2
aports-2350a992423d2a92055228bda552771a2e630748.tar.xz
main/perl-text-autoformat: upgrade to 1.75
-rw-r--r--main/perl-text-autoformat/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/main/perl-text-autoformat/APKBUILD b/main/perl-text-autoformat/APKBUILD
index dafe9c7c58..35f2e610ab 100644
--- a/main/perl-text-autoformat/APKBUILD
+++ b/main/perl-text-autoformat/APKBUILD
@@ -2,16 +2,16 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=perl-text-autoformat
_pkgname=Text-Autoformat
-pkgver=1.74
+pkgver=1.75
pkgrel=0
pkgdesc="Text::Autoformat perl module"
-url="http://search.cpan.org/dist/Text-Autoformat/"
+url="https://metacpan.org/release/Text-Autoformat"
arch="noarch"
-license="GPL-2.0 or Artistic"
+license="GPL-1.0-or-later OR Artistic-1.0-Perl"
depends="perl perl-text-reform"
makedepends="perl-dev"
subpackages="$pkgname-doc"
-source="http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/$_pkgname-$pkgver.tar.gz"
+source="https://cpan.metacpan.org/authors/id/N/NE/NEILB/Text-Autoformat-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
@@ -32,4 +32,4 @@ package() {
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
-sha512sums="276e97a0db20032919a6aeacba701350fa8fadf6c1bda7dcda714ef4f1c168b8cc3150a126719d940194c8b20dd534543ec914f03c50e27e4a61b1083ca312c6 Text-Autoformat-1.74.tar.gz"
+sha512sums="45476dddfd3938561bc0aed9c86cf7876cb823349de815fa511530b80a4049748b4aed2d3135e4349ad1373b8d7fb0a23918a11979ae906551f53f95581c7db2 Text-Autoformat-1.75.tar.gz"