mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
uriparser: update to 0.9.0.
This commit is contained in:
parent
f9cbba8b25
commit
6f06c23afe
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'uriparser'
|
# Template file for 'uriparser'
|
||||||
pkgname=uriparser
|
pkgname=uriparser
|
||||||
version=0.8.6
|
version=0.9.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config doxygen graphviz qt5-tools"
|
hostmakedepends="pkg-config doxygen graphviz qt5-tools"
|
||||||
makedepends="cpptest-devel"
|
makedepends="gtest-devel"
|
||||||
short_desc="RFC 3986 compliant URI parsing and handling library"
|
short_desc="RFC 3986 compliant URI parsing and handling library"
|
||||||
maintainer="mobinmob <mobinmob@disroot.org>"
|
maintainer="mobinmob <mobinmob@disroot.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://uriparser.github.io/"
|
homepage="https://uriparser.github.io/"
|
||||||
distfiles="https://github.com/${pkgname}/${pkgname}/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.bz2"
|
distfiles="https://github.com/${pkgname}/${pkgname}/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=0709a7e572417db763f0356250d91686c19a64ab48e9da9f5a1e8055dc2a4a54
|
checksum=ec67eb34feda8eac166f281799f03ed48387694fca44f6f5852f61f8fb535e2c
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue