summaryrefslogtreecommitdiff
path: root/system/perl-uri
diff options
context:
space:
mode:
authorSíle Ekaterin Liszka <sheila@vulpine.house>2022-12-11 16:11:08 +0000
committerZach van Rijn <me@zv.io>2023-02-08 16:26:06 +0000
commit7516568c027658311fa4fc8087b08c309be19399 (patch)
tree807139346f3b458ba6a67f01172cc4b52038115e /system/perl-uri
parent8458d2a1886cd6491bfc365a07b499f6ea8b6221 (diff)
downloadpackages-7516568c027658311fa4fc8087b08c309be19399.tar.gz
packages-7516568c027658311fa4fc8087b08c309be19399.tar.bz2
packages-7516568c027658311fa4fc8087b08c309be19399.tar.xz
packages-7516568c027658311fa4fc8087b08c309be19399.zip
system/perl-uri: upgrade to 5.17
Diffstat (limited to 'system/perl-uri')
-rw-r--r--system/perl-uri/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/perl-uri/APKBUILD b/system/perl-uri/APKBUILD
index 7f9f6743a..68d75e841 100644
--- a/system/perl-uri/APKBUILD
+++ b/system/perl-uri/APKBUILD
@@ -5,7 +5,7 @@ _pkgreal=URI
_author=OALDERS
_au=${_author%%"${_author#??}"}
_a=${_author%%"${_author#?}"}
-pkgver=5.10
+pkgver=5.17
pkgrel=0
pkgdesc="Perl library for URI manipulation"
url="https://metacpan.org/release/URI"
@@ -13,7 +13,7 @@ arch="noarch"
license="GPL-1.0+ OR Artistic-1.0-Perl"
depends="perl"
makedepends=""
-checkdepends="perl-test-needs"
+checkdepends="perl-test-fatal perl-test-needs perl-test-warnings"
subpackages="$pkgname-doc"
provides="perl-uri-escape=$pkgver-r$pkgrel"
source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz"
@@ -33,4 +33,4 @@ package() {
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
-sha512sums="6ce53b258c2f1115e58ca858beec0c055452993b83abf3ebf23784e00fcbe636f3b7a460a2016923f9fab0e0bbd112475048eb9671d6d1e1c3b4db33a503efb5 URI-5.10.tar.gz"
+sha512sums="52171e16137bfaa77ab31007245a561614c5c42336473022ebbe370b395d3052d3de80da0b42754ca2e0b09f47520ef96afdbdb72fe5c25cab87441eda03ec12 URI-5.17.tar.gz"