diff options
author | Vladimir Nikishkin <vladimir@nikishkin.pw> | 2024-02-01 10:17:00 +0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-03 08:08:53 +0700 |
commit | f796129b8c1aac22cda63aedbe34568c85929fe2 (patch) | |
tree | a638eb16a2b93e5c7a48af9e844f2d20170af70b | |
parent | c5171c2335d0dc65eaa7169c5d594d9cb3f5564f (diff) |
libraries/ngtcp2: Updated for version 1.2.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/ngtcp2/ngtcp2.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/ngtcp2/ngtcp2.info | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/libraries/ngtcp2/ngtcp2.SlackBuild b/libraries/ngtcp2/ngtcp2.SlackBuild index bd1f4db001134..5285df76e3125 100644 --- a/libraries/ngtcp2/ngtcp2.SlackBuild +++ b/libraries/ngtcp2/ngtcp2.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ngtcp2 -VERSION=${VERSION:-0.15.0} +VERSION=${VERSION:-1.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -91,6 +91,8 @@ cd build -DENABLE_LIB_ONLY=ON \ -DENABLE_GNUTLS=ON \ -DENABLE_OPENSSL=OFF \ + -DCMAKE_CXX_COMPILER_LAUNCHER=ccache \ + -DCMAKE_C_COMPILER_LAUNCHER=ccache \ -DCMAKE_BUILD_TYPE=Release .. make make install/strip DESTDIR=$PKG diff --git a/libraries/ngtcp2/ngtcp2.info b/libraries/ngtcp2/ngtcp2.info index 750ac2bc639fb..cd3cb8745f1aa 100644 --- a/libraries/ngtcp2/ngtcp2.info +++ b/libraries/ngtcp2/ngtcp2.info @@ -1,8 +1,8 @@ PRGNAM="ngtcp2" -VERSION="0.15.0" +VERSION="1.2.0" HOMEPAGE="https://github.com/ngtcp2/ngtcp2/" -DOWNLOAD="https://github.com/ngtcp2/ngtcp2/releases/download/v0.15.0/ngtcp2-0.15.0.tar.xz" -MD5SUM="fc71469e0f9511f05bf2a2ea25892cbe" +DOWNLOAD="https://github.com/ngtcp2/ngtcp2/releases/download/v1.2.0/ngtcp2-1.2.0.tar.gz" +MD5SUM="d19df333cb0b0bc95046dfd30f5b7348" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libev nghttp3" |