diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2018-09-02 16:14:14 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-09-08 08:37:52 +0700 |
commit | 72cb717ea1593efab40813a0bf2e7f1a18f3dae7 (patch) | |
tree | fa6c870019adb3b23062c0d0cb4b4d45a5dc3577 /libraries/http-parser | |
parent | 5737e359fe1e198cdd1ee36c644054de8406c364 (diff) |
libraries/http-parser: Updated for version 2.8.1
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
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 c20ae255dac0..07fbfbc88608 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-2016 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2015-2018 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.7.1} +VERSION=${VERSION:-2.8.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/libraries/http-parser/http-parser.info b/libraries/http-parser/http-parser.info index 1e02ad1d1d4a..3b4fcb1c890d 100644 --- a/libraries/http-parser/http-parser.info +++ b/libraries/http-parser/http-parser.info @@ -1,8 +1,8 @@ PRGNAM="http-parser" -VERSION="2.7.1" +VERSION="2.8.1" HOMEPAGE="https://github.com/joyent/http-parser" -DOWNLOAD="https://github.com/joyent/http-parser/archive/v2.7.1/http-parser-2.7.1.tar.gz" -MD5SUM="31c6fefb6208b16d19b3f990e71cb04a" +DOWNLOAD="https://github.com/joyent/http-parser/archive/v2.8.1/http-parser-2.8.1.tar.gz" +MD5SUM="cb8cbe17d68c4101eebe80229e32efdb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |