From 76c2d4c6b6f68f728d06d675f5939fddc9c90f32 Mon Sep 17 00:00:00 2001 From: David Yantis <404NetworkError@users.noreply.github.com> Date: Fri, 16 Aug 2024 01:10:29 -0400 Subject: [PATCH] wcurl: Add version 2024.07.10 (#6098) Co-authored-by: Hsiao-nan Cheung --- bucket/wcurl.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bucket/wcurl.json diff --git a/bucket/wcurl.json b/bucket/wcurl.json new file mode 100644 index 0000000000..384fa86325 --- /dev/null +++ b/bucket/wcurl.json @@ -0,0 +1,28 @@ +{ + "version": "2024.07.10", + "homepage": "https://curl.se/wcurl/", + "description": "A simple wrapper around curl to easily download files", + "license": "MIT", + "depends": [ + "curl", + "busybox" + ], + "url": "https://github.com/curl/wcurl/archive/2024.07.10.zip", + "hash": "67e93b65cf27eb2f3f52f0e4fb7ce104e9e93899b87495512e1d861ba998ea7d", + "extract_dir": "wcurl-2024.07.10", + "bin": [ + [ + "sh.exe", + "wcurl", + "$dir\\wcurl" + ] + ], + "checkver": { + "url": "https://github.com/curl/wcurl/tags", + "regex": "tag/([\\d.-]+)" + }, + "autoupdate": { + "url": "https://github.com/curl/wcurl/archive/$version.zip", + "extract_dir": "wcurl-$version" + } +}