aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 6eaeddbb3a8b1..4b3eca010bd49 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 479a4e6cc8d1a..0f81d7f84c0fd 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=""