mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
uriparser, bump version (#6517)
This commit is contained in:
@@ -1,21 +1,22 @@
|
||||
SUMMARY="A strictly RFC 3986 compliant URI parsing library in C"
|
||||
DESCRIPTION="Uriparser is a strictly RFC 3986 compliant URI parsing library \
|
||||
written in C."
|
||||
DESCRIPTION="uriparser is a strictly RFC 3986 compliant URI parsing and handling library written \
|
||||
in C89 (ANSI C).
|
||||
uriparser is cross-platform, fast, supports both char and wchar_t."
|
||||
HOMEPAGE="https://uriparser.github.io/"
|
||||
COPYRIGHT="2007 Weijia Song
|
||||
2013 Radu Hociung
|
||||
2007-2020 Sebastian Pipping"
|
||||
2007-2022 Sebastian Pipping"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/uriparser/uriparser/releases/download/uriparser-$portVersion/uriparser-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="dd8061eba7f2e66c151722e6db0b27c972baa6215cf16f135dbe0f0a4bc6606c"
|
||||
CHECKSUM_SHA256="9ce4c3f151e78579f23937b44abecb428126863ad02e594e115e882353de905b"
|
||||
SOURCE_FILENAME="uriparser-$portVersion.tar.gz"
|
||||
SOURCE_DIR="uriparser-$portVersion"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion="1.0.28"
|
||||
libVersion="1.0.29"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
@@ -72,7 +73,8 @@ INSTALL()
|
||||
fixPkgconfig
|
||||
|
||||
packageEntries devel \
|
||||
"$developDir"
|
||||
"$developDir" \
|
||||
"$libDir"/cmake
|
||||
}
|
||||
|
||||
TEST()
|
||||
Reference in New Issue
Block a user