2023-10-23 16:27:14 +00:00

27 lines
815 B
JSON

{
"version": "1.7.2",
"description": "The power of curl, the ease of use of httpie",
"homepage": "https://curlie.io",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/rs/curlie/releases/download/v1.7.2/curlie_1.7.2_windows_amd64.tar.gz",
"hash": "bbcfc4b9e1c2107090a1fe2c1a537027e424ea388e508cfd5a9e2e766821ccdc"
}
},
"bin": "curlie.exe",
"checkver": {
"github": "https://github.com/rs/curlie"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/rs/curlie/releases/download/v$version/curlie_$version_windows_amd64.tar.gz"
}
},
"hash": {
"url": "$baseurl/curlie_$version_checksums.txt"
}
}
}