diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-07 01:06:47 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-07 01:06:47 +0700 |
commit | 7ab68679dfd47ea3481613505d21990b9d7360f3 (patch) | |
tree | 0f6baad413f5162a110783cbd6031dd9c3eed56c /network | |
parent | f2d5250a55370483cc1a569f51a015c068ccc2ae (diff) |
network/llhttp: Updated for version 9.1.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-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 d97423fa008e..6ea75b724f71 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.1.2} +VERSION=${VERSION:-9.1.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/llhttp/llhttp.info b/network/llhttp/llhttp.info index 06d7e5e3e35c..eb52b7ad77a0 100644 --- a/network/llhttp/llhttp.info +++ b/network/llhttp/llhttp.info @@ -1,8 +1,8 @@ PRGNAM="llhttp" -VERSION="9.1.2" +VERSION="9.1.3" HOMEPAGE="https://github.com/nodejs/llhttp" -DOWNLOAD="https://github.com/nodejs/llhttp/archive/release/v9.1.2/llhttp-release-v9.1.2.tar.gz" -MD5SUM="3f08e7f3cd71dd78cd17a53a647d2138" +DOWNLOAD="https://github.com/nodejs/llhttp/archive/release/v9.1.3/llhttp-release-v9.1.3.tar.gz" +MD5SUM="1e87982dab458e5a26259fe36c5c55e7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |