curlie: Update homepage and autoupdate (#7057)

* curlie: Update homepage URL

* curlie: Update to 1.8.2 and add ARM64 and 32-bit version
This commit is contained in:
Inseo Lee 2025-08-13 09:49:42 +09:00 committed by GitHub
parent cc0b1c00cc
commit ad6977e67f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +1,20 @@
{ {
"version": "1.7.2", "version": "1.8.2",
"description": "The power of curl, the ease of use of httpie", "description": "The power of curl, the ease of use of httpie",
"homepage": "https://curlie.io", "homepage": "https://rs.github.io/curlie",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/rs/curlie/releases/download/v1.7.2/curlie_1.7.2_windows_amd64.tar.gz", "url": "https://github.com/rs/curlie/releases/download/v1.8.2/curlie_1.8.2_windows_amd64.zip",
"hash": "bbcfc4b9e1c2107090a1fe2c1a537027e424ea388e508cfd5a9e2e766821ccdc" "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", "bin": "curlie.exe",
@ -16,7 +24,13 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/rs/curlie/releases/download/v$version/curlie_$version_windows_amd64.tar.gz" "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": { "hash": {