Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
uriparser


Commits:
1ca26dc4 by Christian Hesse at 2024-05-06T21:24:40+02:00
upgpkg: 0.9.8-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,12 +1,12 @@
 pkgbase = uriparser
        pkgdesc = uriparser is a strictly RFC 3986 compliant URI parsing 
library. uriparser is cross-platform, fast, supports Unicode
-       pkgver = 0.9.7
+       pkgver = 0.9.8
        pkgrel = 1
        url = https://github.com/uriparser/uriparser
        arch = x86_64
        license = custom
        makedepends = cmake
-       source = 
https://github.com/uriparser/uriparser/releases/download/uriparser-0.9.7/uriparser-0.9.7.tar.xz
-       sha256sums = 
1ddae35cb3cc2c36e8199829d46f1c7f8b222e74a723fdae67ec8561e1ac5a39
+       source = 
https://github.com/uriparser/uriparser/releases/download/uriparser-0.9.8/uriparser-0.9.8.tar.xz
+       sha256sums = 
1d71c054837ea32a31e462bce5a1af272379ecf511e33448e88100b87ff73b2e
 
 pkgname = uriparser


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Contributor: Juan Pablo Gonzalez Tognarelli <lord_jot...@yahoo.com.ar>
 
 pkgname=uriparser
-pkgver=0.9.7
+pkgver=0.9.8
 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=('1ddae35cb3cc2c36e8199829d46f1c7f8b222e74a723fdae67ec8561e1ac5a39')
+sha256sums=('1d71c054837ea32a31e462bce5a1af272379ecf511e33448e88100b87ff73b2e')
 
 build() {
   mkdir "$srcdir"/build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/uriparser/-/commit/1ca26dc4cc90cc73d6d9a381e344fd36da304f03

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/uriparser/-/commit/1ca26dc4cc90cc73d6d9a381e344fd36da304f03
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to