libraries/uriparser: Updated for version 0.9.7.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6f80950226
commit
de03c4f789
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for uriparser
|
||||
|
||||
# Copyright 2015-2021 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# Copyright 2015-2023 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=uriparser
|
||||
VERSION=${VERSION:-0.9.6}
|
||||
VERSION=${VERSION:-0.9.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="uriparser"
|
||||
VERSION="0.9.6"
|
||||
VERSION="0.9.7"
|
||||
HOMEPAGE="https://uriparser.github.io"
|
||||
DOWNLOAD="https://github.com/uriparser/uriparser/releases/download/uriparser-0.9.6/uriparser-0.9.6.tar.xz"
|
||||
MD5SUM="8dd8dd4437c8e6f07adfe9c1a91a6575"
|
||||
DOWNLOAD="https://github.com/uriparser/uriparser/releases/download/uriparser-0.9.7/uriparser-0.9.7.tar.xz"
|
||||
MD5SUM="5c64361cb0a7432b98309c94918a0b86"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="graphviz"
|
||||
|
|
Loading…
Reference in New Issue