ScoopInstaller_Main/bucket/topgrade.json
2020-02-27 21:01:49 +00:00

22 lines
829 B
JSON

{
"version": "4.1.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/v4.1.0/topgrade-v4.1.0-x86_64-pc-windows-msvc.zip",
"hash": "4dfea1896de85990c849ec3420ee0f0bd300cf196b8c44d4820fb8bf523f1f30"
}
},
"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"
}
}
}
}