mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
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>
This commit is contained in:
parent
401f76fe4d
commit
c5171c2335
2 changed files with 7 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue