Skip to content

Commit

Permalink
nghttp2: Use release URL
Browse files Browse the repository at this point in the history
This archive contains the script `configure`.
  • Loading branch information
pmenzel committed Jun 4, 2020
1 parent dfed4b5 commit 178d59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nghttp2.be0
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
## The source URL(s) define the location of the sources that will be
## downloaded. Version variables may be used to simplify reuse of this bee-file.

SRCURL[0]="https://github.com/nghttp2/nghttp2/archive/v${PKGVERSION}.tar.gz"
SRCURL[0]="https://github.com/nghttp2/nghttp2/releases/download/v${PKGVERSION}/nghttp2-${PKGVERSION}.tar.xz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down

0 comments on commit 178d59e

Please sign in to comment.