diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-23 12:33:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-23 12:33:02 +0700 |
commit | e221df85fbe0941af7890d66ab846093df202f79 (patch) | |
tree | de1934235f496c643776399a802f92e950349fdf /network/llhttp | |
parent | f592db8307f337fa97a13fcd9cb65729bf004755 (diff) |
network/llhttp: Updated for version 9.1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/llhttp')
-rw-r--r-- | network/llhttp/llhttp.SlackBuild | 2 | ||||
-rw-r--r-- | network/llhttp/llhttp.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/network/llhttp/llhttp.SlackBuild b/network/llhttp/llhttp.SlackBuild index 70179bea8910e..d97423fa008e5 100644 --- a/network/llhttp/llhttp.SlackBuild +++ b/network/llhttp/llhttp.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=llhttp -VERSION=${VERSION:-9.0.1} +VERSION=${VERSION:-9.1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/llhttp/llhttp.info b/network/llhttp/llhttp.info index 59901bd9e058a..06d7e5e3e35cf 100644 --- a/network/llhttp/llhttp.info +++ b/network/llhttp/llhttp.info @@ -1,8 +1,8 @@ PRGNAM="llhttp" -VERSION="9.0.1" +VERSION="9.1.2" HOMEPAGE="https://github.com/nodejs/llhttp" -DOWNLOAD="https://github.com/nodejs/llhttp/archive/release/v9.0.1/llhttp-release-v9.0.1.tar.gz" -MD5SUM="2605081ba733d49a6b086fa39e8a55a2" +DOWNLOAD="https://github.com/nodejs/llhttp/archive/release/v9.1.2/llhttp-release-v9.1.2.tar.gz" +MD5SUM="3f08e7f3cd71dd78cd17a53a647d2138" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |