diff options
Diffstat (limited to 'network')
-rw-r--r-- | network/nghttp2/nghttp2.SlackBuild | 2 | ||||
-rw-r--r-- | network/nghttp2/nghttp2.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/network/nghttp2/nghttp2.SlackBuild b/network/nghttp2/nghttp2.SlackBuild index c965f01f4f..39af89748f 100644 --- a/network/nghttp2/nghttp2.SlackBuild +++ b/network/nghttp2/nghttp2.SlackBuild @@ -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} diff --git a/network/nghttp2/nghttp2.info b/network/nghttp2/nghttp2.info index e76af67d56..11476aa1b8 100644 --- a/network/nghttp2/nghttp2.info +++ b/network/nghttp2/nghttp2.info @@ -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" |