ScoopInstaller_Main/bucket/topgrade.json
2019-12-30 08:01:15 +00:00

22 lines
829 B
JSON

{
"version": "3.6.0",
"homepage": "https://github.com/r-darwish/topgrade",
"license": "GPL-3.0-or-later",
"description": "Upgrade everything, keep your system up to date by detecting which tools you use and run their appropriate package managers.",
"architecture": {
"64bit": {
"url": "https://github.com/r-darwish/topgrade/releases/download/v3.6.0/topgrade-v3.6.0-x86_64-pc-windows-msvc.zip",
"hash": "d425b4c679ca95d7118648c8eab67c4dbdff427e196e9989d7fa9ec8320b0bf8"
}
},
"bin": "topgrade.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/r-darwish/topgrade/releases/download/v$version/topgrade-v$version-x86_64-pc-windows-msvc.zip"
}
}
}
}