summaryrefslogtreecommitdiffstats
path: root/libraries/nghttp3
diff options
context:
space:
mode:
author Vladimir Nikishkin <vladimir@nikishkin.pw>2024-02-01 10:16:09 +0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-03 08:08:53 +0700
commitc5171c2335d0dc65eaa7169c5d594d9cb3f5564f (patch)
treee34f662853b4d32eb8fceff4407b4c9654255d66 /libraries/nghttp3
parent401f76fe4d98bf03521fe4d4cb4630e16dcd2d1e (diff)
downloadslackbuilds-c5171c2335d0dc65eaa7169c5d594d9cb3f5564f.tar.gz
slackbuilds-c5171c2335d0dc65eaa7169c5d594d9cb3f5564f.tar.xz
libraries/nghttp3: Updated for version 1.1.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/nghttp3')
-rw-r--r--libraries/nghttp3/nghttp3.SlackBuild6
-rw-r--r--libraries/nghttp3/nghttp3.info6
2 files changed, 7 insertions, 5 deletions
diff --git a/libraries/nghttp3/nghttp3.SlackBuild b/libraries/nghttp3/nghttp3.SlackBuild
index 6eaeddbb3a..4b3eca010b 100644
--- a/libraries/nghttp3/nghttp3.SlackBuild
+++ b/libraries/nghttp3/nghttp3.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/bash
# Slackware build script for nghttp3
-# Copyright 2023 Lockywolf Earth
+# Copyright 2023 Lockywolf
# All rights reserved.
#
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=nghttp3
-VERSION=${VERSION:-0.11.0}
+VERSION=${VERSION:-1.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -82,6 +82,8 @@ cd build
-DMAN_INSTALL_DIR=/usr/man \
-DENABLE_STATIC_LIB=OFF \
-DENABLE_LIB_ONLY=ON \
+ -DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
+ -DCMAKE_C_COMPILER_LAUNCHER=ccache \
-DCMAKE_BUILD_TYPE=Release ..
make
make install/strip DESTDIR=$PKG
diff --git a/libraries/nghttp3/nghttp3.info b/libraries/nghttp3/nghttp3.info
index 479a4e6cc8..0f81d7f84c 100644
--- a/libraries/nghttp3/nghttp3.info
+++ b/libraries/nghttp3/nghttp3.info
@@ -1,8 +1,8 @@
PRGNAM="nghttp3"
-VERSION="0.11.0"
+VERSION="1.1.0"
HOMEPAGE="https://github.com/ngtcp2/nghttp3"
-DOWNLOAD="https://github.com/ngtcp2/nghttp3/releases/download/v0.11.0/nghttp3-0.11.0.tar.xz"
-MD5SUM="463fc0229276161fbf4c39b47ab6e75f"
+DOWNLOAD="https://github.com/ngtcp2/nghttp3/releases/download/v1.1.0/nghttp3-1.1.0.tar.gz"
+MD5SUM="ea019228256d4f883cc6f4ca634b8bd0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""