summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristian Hesse2021-12-25 19:43:26 +0000
committerChristian Hesse2021-12-25 19:43:26 +0000
commitad3862b46ddcbafbe1164fbb1b1ac5ba73a7874d (patch)
treef464cccfdff05d7f5c6334c251443d58c9ef83f5 /PKGBUILD
parente204a6d72c4bdb33c8253cbb54d8908fb138af83 (diff)
downloadaur-ad3862b46ddcbafbe1164fbb1b1ac5ba73a7874d.tar.gz
new upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e853c52b00e..36b8ab5c9b7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Juan Pablo Gonzalez Tognarelli <lord_jotape@yahoo.com.ar>
pkgname=uriparser
-pkgver=0.9.4
+pkgver=0.9.5
pkgrel=1
pkgdesc='uriparser is a strictly RFC 3986 compliant URI parsing library. uriparser is cross-platform, fast, supports Unicode'
url='https://github.com/uriparser/uriparser'
@@ -10,7 +10,7 @@ makedepends=('cmake')
arch=('x86_64')
license=('custom')
source=("https://github.com/uriparser/uriparser/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('c2554f555bb1640aa5d77e574966d203ab073d738366d90ec5ada0055cd05bf7')
+sha256sums=('9af8f87ed762ebac333fd42b6c38b62d217be8ba290d050f40aef43b9267651e')
build() {
mkdir "$srcdir"/build