libraries/http-parser: Updated for version 2.9.4
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
38dcbb1e2d
commit
8429baa696
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for http-parser
|
||||
|
||||
# Copyright 2015-2019 Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
# Copyright 2015-2020 Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
# 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=http-parser
|
||||
VERSION=${VERSION:-2.9.2}
|
||||
VERSION=${VERSION:-2.9.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="http-parser"
|
||||
VERSION="2.9.2"
|
||||
VERSION="2.9.4"
|
||||
HOMEPAGE="https://github.com/joyent/http-parser"
|
||||
DOWNLOAD="https://github.com/joyent/http-parser/archive/v2.9.2/http-parser-2.9.2.tar.gz"
|
||||
MD5SUM="aaf0421392e1c0d1f2d51ec9f0e08cc1"
|
||||
DOWNLOAD="https://github.com/joyent/http-parser/archive/v2.9.4/http-parser-2.9.4.tar.gz"
|
||||
MD5SUM="1b0f2371aabacbadaa03cc532cedcf92"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue