Skip to content

Commit

Permalink
tmp:
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Nov 9, 2024
1 parent 52ca28d commit d0f3fac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions curl/build.vsh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import net.http

const parent_dir = '${@VMODROOT}/curl'
const dl_base_url = 'https://curl.se/download/'
const dl_file = 'curl-8.10.1.tar.gz'
const dl_dir = join_path(parent_dir, 'curl-8.10.1')
const dl_file = 'curl-8.6.0.tar.gz'
const dl_dir = join_path(parent_dir, 'curl-8.6.0')
const dst_dir = join_path(parent_dir, 'libcurl')

fn download(silent bool) {
Expand Down

0 comments on commit d0f3fac

Please sign in to comment.