Skip to content

Update nghttp2 from 1.42.0 to 1.58.0 #3023

Merged
merged 1 commit into from
Nov 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions nghttp2.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION nghttp2-1.42.0-1
# BEE_VERSION nghttp2-1.58.0-0

# SRCURL[0]="https://github.com/nghttp2/nghttp2/releases/download/v${PKGVERSION}/nghttp2-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/c38f1d230af8cec480ff9dd60c9e0db0/nghttp2-1.42.0.tar.xz"
#SRCURL[0]="https://github.com/nghttp2/nghttp2/releases/download/v${PKGVERSION}/nghttp2-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/4601542da69d9657072a3c5529f5c32e/nghttp2-1.58.0.tar.xz"

# PATCHURL+=()

Expand Down