libraries/ngtcp2: Updated for version 0.15.0.

Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Lockywolf 2023-05-26 19:09:12 +01:00 committed by Willy Sudiarto Raharjo
parent 6be3226c7a
commit 9379b8ef75
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ngtcp2
VERSION=${VERSION:-0.13.1}
VERSION=${VERSION:-0.15.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="ngtcp2"
VERSION="0.13.1"
VERSION="0.15.0"
HOMEPAGE="https://github.com/ngtcp2/ngtcp2/"
DOWNLOAD="https://github.com/ngtcp2/ngtcp2/releases/download/v0.13.1/ngtcp2-0.13.1.tar.xz"
MD5SUM="9c0a1999c24806feb6f163532667de2e"
DOWNLOAD="https://github.com/ngtcp2/ngtcp2/releases/download/v0.15.0/ngtcp2-0.15.0.tar.xz"
MD5SUM="fc71469e0f9511f05bf2a2ea25892cbe"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libev nghttp3"