From ae7ab362b7d5525d5d9d82a31a7f777583e74242 Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Wed, 4 Dec 2019 16:00:17 +0800 Subject: [PATCH] topgrade: Add version 3.5.0 (#637) --- bucket/topgrade.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/topgrade.json diff --git a/bucket/topgrade.json b/bucket/topgrade.json new file mode 100644 index 0000000000..a2849b865a --- /dev/null +++ b/bucket/topgrade.json @@ -0,0 +1,21 @@ +{ + "version": "3.5.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.5.0/topgrade-v3.5.0-x86_64-pc-windows-msvc.zip", + "hash": "c33996decb0b2941476e5d9cc764d12eb7d81f806582716f47c035ef6794d3da" + } + }, + "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" + } + } + } +}