mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
{
|
|
"version": "0.74.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.74.0/updatecli_Windows_x86_64.zip",
|
|
"hash": "2608701c2334de27573867ccbb628a7d2fbd328258f13991b34f4e4d0f8e8df9"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/updatecli/updatecli/releases/download/v0.74.0/updatecli_Windows_arm64.zip",
|
|
"hash": "2f28ee310776a977a965fadeff6e35fafcedb927cc2025f3a065169c8ea35956"
|
|
}
|
|
},
|
|
"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$"
|
|
}
|
|
}
|
|
}
|