Skip to content

Commit

Permalink
Merge pull request #1825 from mariux64/update-nghttp2-from-1.40.0-to-…
Browse files Browse the repository at this point in the history
…1.41.0

Update nghttp2 from 1.40.0 to 1.41.0
  • Loading branch information
donald authored Jun 4, 2020
2 parents 108bc34 + e6162f4 commit e666855
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions nghttp2.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION nghttp2-1.40.0-0
# BEE_VERSION nghttp2-1.41.0-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand All @@ -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 Expand Up @@ -38,6 +38,8 @@ SRCURL[0]="https://github.com/nghttp2/nghttp2/archive/v${PKGVERSION}.tar.gz"

# sourcesubdir_append src

BEE_BUILDTYPE='autotools'


###############################################################################
## Change the default (auto-detected) steps to
Expand All @@ -53,9 +55,10 @@ SRCURL[0]="https://github.com/nghttp2/nghttp2/archive/v${PKGVERSION}.tar.gz"
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure \
--disable-static
}

#mee_build() {
# bee_build
Expand Down

0 comments on commit e666855

Please sign in to comment.