2023-05-08 16:30:16 +00:00

27 lines
815 B
JSON

{
"version": "1.7.1",
"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.1/curlie_1.7.1_windows_amd64.tar.gz",
"hash": "687d2e6f66b7a6b7caf5e1ff413e5f27c09ab75e2d380b81ee63e6f39aa47f2a"
}
},
"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"
}
}
}