diff options
Diffstat (limited to 'libraries/http-parser')
-rw-r--r-- | libraries/http-parser/http-parser.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/http-parser/http-parser.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/http-parser/http-parser.SlackBuild b/libraries/http-parser/http-parser.SlackBuild index 81e4b6fb4d13f..f4d9f81cdac74 100644 --- a/libraries/http-parser/http-parser.SlackBuild +++ b/libraries/http-parser/http-parser.SlackBuild @@ -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} diff --git a/libraries/http-parser/http-parser.info b/libraries/http-parser/http-parser.info index 4d446dc1a2337..1b3db0879adb4 100644 --- a/libraries/http-parser/http-parser.info +++ b/libraries/http-parser/http-parser.info @@ -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="" |