Skip to content

Update curl from 8.6.0 to 8.9.0 #3143

Merged
merged 1 commit into from
Jul 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions curl.be0
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/env beesh

# BEE_VERSION curl-8.6.0-0
# BEE_VERSION curl-8.9.0-0

BEE_BUILDTYPE='autotools'

#SRCURL[0]="https://curl.se/download/curl-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/8f28f7e08c91cc679a45fccf66184fbc/curl-8.6.0.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/6f6d2ff25c2a8fa8602511dc33201cc4/curl-8.9.0.tar.xz"

# PATCHURL+=()

Expand Down