ScoopInstaller_Main/bucket/topgrade.json
2021-01-30 17:49:45 +01:00

22 lines
829 B
JSON

{
"version": "6.3.2",
"description": "Upgrade everything, keep your system up to date by detecting which tools you use and run their appropriate package managers.",
"homepage": "https://github.com/r-darwish/topgrade",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/r-darwish/topgrade/releases/download/v6.3.2/topgrade-v6.3.2-x86_64-pc-windows-msvc.zip",
"hash": "13dc6e473d1fcbdbdbce9d3faf94febe6d60c4c3adae7a89f17083f02095a9fb"
}
},
"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"
}
}
}
}