libraries/uriparser: Updated for version 0.9.4.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3a02ddcae3
commit
a3c0dd4a3c
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for uriparser
|
||||
|
||||
# Copyright 2015-2019 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# Copyright 2015-2020 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=uriparser
|
||||
VERSION=${VERSION:-0.9.3}
|
||||
VERSION=${VERSION:-0.9.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="uriparser"
|
||||
VERSION="0.9.3"
|
||||
VERSION="0.9.4"
|
||||
HOMEPAGE="https://uriparser.github.io"
|
||||
DOWNLOAD="https://github.com/uriparser/uriparser/releases/download/uriparser-0.9.3/uriparser-0.9.3.tar.xz"
|
||||
MD5SUM="e857bf458b3aca5ea338d1e4b1f74c1a"
|
||||
DOWNLOAD="https://github.com/uriparser/uriparser/releases/download/uriparser-0.9.4/uriparser-0.9.4.tar.xz"
|
||||
MD5SUM="3b59a825b288f0aa6be871d657ad3e23"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="graphviz"
|
||||
|
|
Loading…
Reference in New Issue