diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-17 21:27:56 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-17 21:27:56 +0700 |
commit | 61159cc928761ec04e95c0ef02ee3000afb698fd (patch) | |
tree | ae04beded79e3c8eebfff48c81fd5f09c3261ae8 /network/llhttp/llhttp.SlackBuild | |
parent | fa45cb5cb33ff25511522e2d98ff1c116b5610b6 (diff) |
network/llhttp: Updated for version 9.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/llhttp/llhttp.SlackBuild')
-rw-r--r-- | network/llhttp/llhttp.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/llhttp/llhttp.SlackBuild b/network/llhttp/llhttp.SlackBuild index 4662523430a19..f4fd6cb62a54a 100644 --- a/network/llhttp/llhttp.SlackBuild +++ b/network/llhttp/llhttp.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=llhttp -VERSION=${VERSION:-8.1.1} +VERSION=${VERSION:-9.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |