ScoopInstaller_Main/bucket/updatecli.json
2024-04-06 21:05:29 +00:00

35 lines
1.4 KiB
JSON

{
"version": "0.75.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.75.0/updatecli_Windows_x86_64.zip",
"hash": "8ee11b1dec6120582693be2f19a38c64946da1f9ce23be74341ea4e5a62b84b5"
},
"arm64": {
"url": "https://github.com/updatecli/updatecli/releases/download/v0.75.0/updatecli_Windows_arm64.zip",
"hash": "78cc2e2d432ad7360e5407417d24f6e52748cb4179e71aa0a4d941bfd01b13c5"
}
},
"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$"
}
}
}