Inseo Lee ad6977e67f
curlie: Update homepage and autoupdate (#7057)
* curlie: Update homepage URL

* curlie: Update to 1.8.2 and add ARM64 and 32-bit version
2025-08-13 10:49:42 +10:00

41 lines
1.5 KiB
JSON

{
"version": "1.8.2",
"description": "The power of curl, the ease of use of httpie",
"homepage": "https://rs.github.io/curlie",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/rs/curlie/releases/download/v1.8.2/curlie_1.8.2_windows_amd64.zip",
"hash": "c9c722de200518bdde66ac1211fc10633fc21448dea90cb1f16e4f485a47fb56"
},
"32bit": {
"url": "https://github.com/rs/curlie/releases/download/v1.8.2/curlie_1.8.2_windows_386.zip",
"hash": "9c4a3bd291c465929c30e5551ffd99a353975791f62a1bfb25abd098df5037bf"
},
"arm64": {
"url": "https://github.com/rs/curlie/releases/download/v1.8.2/curlie_1.8.2_windows_arm64.zip",
"hash": "c55c62eb274d7db9b0fa8fb13738c2d96d9e213ea144233dda98bd8af9dc4216"
}
},
"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.zip"
},
"32bit": {
"url": "https://github.com/rs/curlie/releases/download/v$version/curlie_$version_windows_386.zip"
},
"arm64": {
"url": "https://github.com/rs/curlie/releases/download/v$version/curlie_$version_windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/curlie_$version_checksums.txt"
}
}
}