Skip to content

Update curl from 7.76.1 to 8.1.0 #2908

Merged
merged 3 commits into from
May 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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