Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Nov 9, 2024
1 parent 3b2607f commit 0aff6cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions curl/setup.vsh
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ import time
import net.http

const parent_dir = '${@VMODROOT}/curl'
const dl_base_url = 'https://github.com/stunnel/static-curl/releases/download/8.7.1'
const dl_base_url = 'https://github.com/stunnel/static-curl/releases/download/8.6.0-1'
const dl_file = $if linux {
'curl-linux-x86_64-dev-8.7.1.tar.xz'
'curl-linux-x86_64-dev-8.6.0.tar.xz'
} $else {
'curl-macos-arm64-dev-8.7.1.tar.xz'
'curl-macos-arm64-dev-8.6.0.tar.xz'
}
const dst_dir = join_path(parent_dir, 'libcurl')

Expand Down

0 comments on commit 0aff6cc

Please sign in to comment.