diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-23 22:23:05 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-23 22:23:05 +0700 |
commit | 95e72486ac89eef0a1db015fb6006ea2c3983e83 (patch) | |
tree | d4c72e6913bf7e3f3a698030419ec8e90c37f232 | |
parent | 0d3706f6e3b2a06c2b5992e36b67c5d3826ffc49 (diff) |
network/llhttp: Updated for version 9.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/llhttp/llhttp.SlackBuild | 4 | ||||
-rw-r--r-- | network/llhttp/llhttp.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/network/llhttp/llhttp.SlackBuild b/network/llhttp/llhttp.SlackBuild index 6ea75b724f714..6e62aea5c5cf8 100644 --- a/network/llhttp/llhttp.SlackBuild +++ b/network/llhttp/llhttp.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for llhttp -# Copyright 2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2022-2024 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=llhttp -VERSION=${VERSION:-9.1.3} +VERSION=${VERSION:-9.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/llhttp/llhttp.info b/network/llhttp/llhttp.info index eb52b7ad77a05..92a435f46abf5 100644 --- a/network/llhttp/llhttp.info +++ b/network/llhttp/llhttp.info @@ -1,8 +1,8 @@ PRGNAM="llhttp" -VERSION="9.1.3" +VERSION="9.2.0" HOMEPAGE="https://github.com/nodejs/llhttp" -DOWNLOAD="https://github.com/nodejs/llhttp/archive/release/v9.1.3/llhttp-release-v9.1.3.tar.gz" -MD5SUM="1e87982dab458e5a26259fe36c5c55e7" +DOWNLOAD="https://github.com/nodejs/llhttp/archive/release/v9.2.0/llhttp-release-v9.2.0.tar.gz" +MD5SUM="50f5549bbf5871aa8ad76eab1f4267ca" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |