diff --git a/bucket/wcurl.json b/bucket/wcurl.json index 384fa86325dc6..3f8090be1ef1b 100644 --- a/bucket/wcurl.json +++ b/bucket/wcurl.json @@ -1,28 +1,20 @@ { "version": "2024.07.10", - "homepage": "https://curl.se/wcurl/", "description": "A simple wrapper around curl to easily download files", + "homepage": "https://curl.se/wcurl/", "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" - ] - ], + "suggest": { + "git": "git", + "curl": "curl" + }, + "url": "https://raw.githubusercontent.com/curl/wcurl/2024.07.10/wcurl", + "hash": "0e45705f8884ed1a5662f4cfc5d6365f4836ba99c4a1ab2e2aaced194e08a906", + "bin": "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" + "url": "https://raw.githubusercontent.com/curl/wcurl/$version/wcurl" } }