Skip to content

Commit

Permalink
Merge pull request #3153 from mariux64/nghttp2-use-beehive.molgen.mpg.de
Browse files Browse the repository at this point in the history
nghttp2: Use beehive.molgen.mpg.de
  • Loading branch information
pmenzel authored Aug 8, 2024
2 parents b9220cd + e75f093 commit cd4ca02
Showing 1 changed file with 3 additions and 3 deletions.
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.62.1-0
# BEE_VERSION nghttp2-1.62.1-1

SRCURL[0]="https://github.com/nghttp2/nghttp2/releases/download/v${PKGVERSION}/nghttp2-${PKGVERSION}.tar.xz"
#SRCURL[0]="https://beehive.molgen.mpg.de/0bb5661ff08b983487d6683350770c36/nghttp2-1.61.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/965f9a9e0f0eef12d8976fb33e9312ef/nghttp2-1.62.1.tar.xz"

# PATCHURL+=()

Expand Down

0 comments on commit cd4ca02

Please sign in to comment.