aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2021-03-20 02:19:51 -0300
committerLeo <thinkabit.ukim@gmail.com>2021-03-20 07:08:03 +0000
commit978050ac95180f96283c0e803d646b31bb7ba24d (patch)
tree3a6fb17a6b778b173a2e5b8fd7551423e3cff73f
parente31ec955dc3c05749544d88d141fb0116b99bdf7 (diff)
community/uriparser: upgrade to 0.9.5
-rw-r--r--community/uriparser/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/uriparser/APKBUILD b/community/uriparser/APKBUILD
index d6e33585785..4aa07df128b 100644
--- a/community/uriparser/APKBUILD
+++ b/community/uriparser/APKBUILD
@@ -1,9 +1,9 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=uriparser
-pkgver=0.9.4
+pkgver=0.9.5
pkgrel=0
-pkgdesc="A strictly RFC 3986 compliant URI parsing and handling library"
+pkgdesc="strictly RFC 3986 compliant URI parsing and handling library"
url="https://uriparser.github.io/"
arch="all"
license="BSD-3-Clause"
@@ -38,4 +38,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="c5e671ce2589aacd2c562e66facbee9e1cad3101e840f40b7ebdb917fa669e0c3ae7ed75623692f601655c0b82c10bcfe3086ad628beac8f965e613228e67ecd uriparser-0.9.4.tar.bz2"
+sha512sums="44d36a33565b7724d721e2b5e689530227bc87e609ee78f1d23e7353480191313b1b91039c7a046566d14b83eb320c97d75e74c8ef4841e1b9c8559c3feddb34 uriparser-0.9.5.tar.bz2"