ScoopInstaller_Main/bucket/updatecli.json
2025-07-28 08:30:38 +00:00

35 lines
1.4 KiB
JSON

{
"version": "0.104.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.104.0/updatecli_Windows_x86_64.zip",
"hash": "9df20e7bc7295e65e47ee21a15f7c8a49d06f34db069c6ad4b507ee4e7ad7205"
},
"arm64": {
"url": "https://github.com/updatecli/updatecli/releases/download/v0.104.0/updatecli_Windows_arm64.zip",
"hash": "4625d25f7d3950115b8645302cbb70e437829cfbd0451c750e44c383804ec197"
}
},
"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$"
}
}
}