curlie: Add version 1.6.7 (#3170)

This commit is contained in:
Hsiao-nan Cheung 2022-01-10 21:32:13 +08:00 committed by GitHub
parent 845affc5b8
commit a7c4016b4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

26
bucket/curlie.json Normal file
View File

@ -0,0 +1,26 @@
{
"version": "1.6.7",
"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.6.7/curlie_1.6.7_windows_amd64.tar.gz",
"hash": "ba71e58b4511a440cff55b9c75359acab1577da88d4bb4213ed3f39800ce98b4"
}
},
"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"
}
}
}