mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 15:11:30 +00:00
35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
{
|
|
"version": "0.110.0",
|
|
"description": "A tool used to apply file update strategies. Designed to be used from everywhere, each application 'run' detects if a value needs to be updated using a custom strategy then apply changes according to the strategy.",
|
|
"homepage": "https://www.updatecli.io/",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/updatecli/updatecli/releases/download/v0.110.0/updatecli_Windows_x86_64.zip",
|
|
"hash": "77f8aefc9b66c3066e2692935c0af1ea0c58f11c823aaedf9a114a9a446f7b71"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/updatecli/updatecli/releases/download/v0.110.0/updatecli_Windows_arm64.zip",
|
|
"hash": "e22593cee044c34995a41b73cfa91261e7ec82f7a3bf6374c5e67fa541620070"
|
|
}
|
|
},
|
|
"env_add_path": ".",
|
|
"checkver": {
|
|
"github": "https://github.com/updatecli/updatecli"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/updatecli/updatecli/releases/download/v$version/updatecli_Windows_x86_64.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/updatecli/updatecli/releases/download/v$version/updatecli_Windows_arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt",
|
|
"regex": "(?im)^$sha256\\s+$basename$"
|
|
}
|
|
}
|
|
}
|