diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-28 10:00:15 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-28 10:00:15 +0000 |
commit | 38f19b58341fa90620114b77cdd9be9ca0a78ff1 (patch) | |
tree | cc75cf514b029b989803e718159ad4b038ecf9bd /community/perl-text-quoted/APKBUILD | |
parent | 8fbb2aa3583abf91c6b16d0832463e1c8999feaf (diff) | |
download | aports-38f19b58341fa90620114b77cdd9be9ca0a78ff1.tar.bz2 aports-38f19b58341fa90620114b77cdd9be9ca0a78ff1.tar.xz |
community/perl-text-quoted: upgrade to 2.10 and update url
Diffstat (limited to 'community/perl-text-quoted/APKBUILD')
-rw-r--r-- | community/perl-text-quoted/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/perl-text-quoted/APKBUILD b/community/perl-text-quoted/APKBUILD index e35f47633c..32a44f3c4a 100644 --- a/community/perl-text-quoted/APKBUILD +++ b/community/perl-text-quoted/APKBUILD @@ -1,16 +1,16 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=perl-text-quoted -pkgver=2.09 +pkgver=2.10 pkgrel=0 pkgdesc="Text::Quoted perl module" -url="http://search.cpan.org/dist/Text-Quoted/" +url="https://metacpan.org/release/Text-Quoted" arch="noarch" license="GPL-2.0 or Artistic" depends="perl perl-text-autoformat" makedepends="perl-dev perl-module-install" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/A/AL/ALEXMV/Text-Quoted-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/B/BP/BPS/Text-Quoted-$pkgver.tar.gz" builddir="$srcdir/Text-Quoted-$pkgver" @@ -31,4 +31,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -sha512sums="c87f619458800678c49d6587f595ab5965410309c10fdf8bd39b34fb9eb06435252bbc6b95553342227f2a1947e87ad70ee61aaf8e34b11e6060cfe28f8fd4ef Text-Quoted-2.09.tar.gz" +sha512sums="11f76028beec9b233205d264283cc2c5dcae82553d88ac80141f2d314c9cd054b37bfd363cd6c6addc50cfdc001790bb8506975f78a10b6c5901e9216151029a Text-Quoted-2.10.tar.gz" |