Skip to content

Commit

Permalink
Apply auto-update through chkupd
Browse files Browse the repository at this point in the history
  • Loading branch information
kreatoo authored and github-actions[bot] committed May 20, 2024
1 parent d0d85c6 commit a9a9e38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nghttp2/run
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/sh
NAME="nghttp2"
RELEASE="1"
VERSION="1.61.0"
VERSION="1.62.1"
BUILD_DEPENDS="gmake"
SOURCES="https://github.com/nghttp2/nghttp2/releases/download/v$VERSION/nghttp2-$VERSION.tar.xz"
DEPENDS="zlib python"
SHA256SUM="c0e660175b9dc429f11d25b9507a834fb752eea9135ab420bb7cb7e9dbcc9654"
SHA256SUM="2345d4dc136fda28ce243e0bb21f2e7e8ef6293d62c799abbf6f633a6887af72"
DESCRIPTION="An implementation of the HTTP version 2 in C"

build() {
Expand Down

0 comments on commit a9a9e38

Please sign in to comment.