diff --git a/curl/build.vsh b/curl/build.vsh index 9477e41..7ee6925 100755 --- a/curl/build.vsh +++ b/curl/build.vsh @@ -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) {