mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
network/nghttp2: Updated for version 1.16.1.
Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
This commit is contained in:
parent
05c4cfb612
commit
4618204d95
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=nghttp2
|
||||
VERSION=${VERSION:-1.14.0}
|
||||
VERSION=${VERSION:-1.16.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="nghttp2"
|
||||
VERSION="1.14.0"
|
||||
VERSION="1.16.1"
|
||||
HOMEPAGE="https://nghttp2.org/"
|
||||
DOWNLOAD="https://github.com/nghttp2/nghttp2/releases/download/v1.14.0/nghttp2-1.14.0.tar.xz"
|
||||
MD5SUM="e9f313abcc9d8e29093f196aeb4aaa2c"
|
||||
DOWNLOAD="https://github.com/nghttp2/nghttp2/releases/download/v1.16.1/nghttp2-1.16.1.tar.xz"
|
||||
MD5SUM="bde0dca3fd5da7bc5c7c8470ed0674b5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jansson"
|
||||
|
|
Loading…
Reference in a new issue