diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2019-06-09 11:25:53 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-06-15 08:12:48 +0700 |
commit | c0a46a212bd0af74035ad055c6b7a8ce490fb264 (patch) | |
tree | 254a11b55ba28e9a6a5495ce47f3fb7deabff1ba /libraries | |
parent | 8f7630c9f4a07df7efb5995ff74d9c6385585913 (diff) | |
download | slackbuilds-c0a46a212bd0af74035ad055c6b7a8ce490fb264.tar.gz |
libraries/http-parser: Updated for version 2.9.2
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/http-parser/http-parser.SlackBuild | 2 | ||||
-rw-r--r-- | libraries/http-parser/http-parser.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libraries/http-parser/http-parser.SlackBuild b/libraries/http-parser/http-parser.SlackBuild index 4e2e66cd51..81e4b6fb4d 100644 --- a/libraries/http-parser/http-parser.SlackBuild +++ b/libraries/http-parser/http-parser.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=http-parser -VERSION=${VERSION:-2.9.0} +VERSION=${VERSION:-2.9.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/libraries/http-parser/http-parser.info b/libraries/http-parser/http-parser.info index 1a2f110315..4d446dc1a2 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.0" +VERSION="2.9.2" HOMEPAGE="https://github.com/joyent/http-parser" -DOWNLOAD="https://github.com/joyent/http-parser/archive/v2.9.0/http-parser-2.9.0.tar.gz" -MD5SUM="203c6fbb7e24714fd22398f2a9c5c210" +DOWNLOAD="https://github.com/joyent/http-parser/archive/v2.9.2/http-parser-2.9.2.tar.gz" +MD5SUM="aaf0421392e1c0d1f2d51ec9f0e08cc1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |