Skip to content

Commit

Permalink
Merge pull request #1120 from mariux64/update-curl-from-7.64.0-to-7.65.0
Browse files Browse the repository at this point in the history
Update curl from 7.64.0 to 7.65.0
  • Loading branch information
thomas authored Jun 13, 2019
2 parents 978411b + bb3fc99 commit 063cf71
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions curl.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION curl-7.64.0-0
# BEE_VERSION curl-7.65.0-0

BEE_BUILDTYPE='autotools'

Expand Down Expand Up @@ -55,9 +55,12 @@ SRCURL[0]="https://curl.haxx.se/download/curl-${PKGVERSION}.tar.bz2"
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure \
--without-brotli \
--disable-lber \
--disable-ldap
}

mee_build() {
bee_build
Expand Down

0 comments on commit 063cf71

Please sign in to comment.