Skip to content

Commit

Permalink
Merge pull request #2908 from mariux64/update-curl-from-7.76.1-to-8.1.0
Browse files Browse the repository at this point in the history
Update curl from 7.76.1 to 8.1.0
  • Loading branch information
pmenzel authored May 23, 2023
2 parents cb27238 + 340b0be commit 58dcf42
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions curl.be0
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/env beesh

# BEE_VERSION curl-7.76.1-0
# BEE_VERSION curl-8.1.0-0

BEE_BUILDTYPE='autotools'

# SRCURL[0]="https://curl.haxx.se/download/curl-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/b89c0fda9f234c4a4c6f7955b4d8a4c8/curl-7.76.1.tar.bz2"
#SRCURL[0]="https://curl.haxx.se/download/curl-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/229e070c0e3f05ad654a1cf11e0619b7/curl-8.1.0.tar.xz"

# PATCHURL+=()

Expand All @@ -23,6 +23,7 @@ SRCURL[0]="https://beehive.molgen.mpg.de/b89c0fda9f234c4a4c6f7955b4d8a4c8/curl-7

mee_configure() {
bee_configure \
--with-openssl \
--without-brotli \
--disable-lber \
--disable-ldap
Expand Down

0 comments on commit 58dcf42

Please sign in to comment.