From 01071334d2baa52866d35e0703738c20c80e6cc6 Mon Sep 17 00:00:00 2001 From: Gustavo Date: Wed, 1 Apr 2020 15:28:59 +0200 Subject: [PATCH] hostctl: Add version 0.5.3 (#933) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jakub Čábera --- bucket/hostctl.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bucket/hostctl.json diff --git a/bucket/hostctl.json b/bucket/hostctl.json new file mode 100644 index 0000000000..3014849987 --- /dev/null +++ b/bucket/hostctl.json @@ -0,0 +1,24 @@ +{ + "version": "0.5.3", + "description": "Hosts file manager", + "homepage": "https://github.com/guumaster/hostctl", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/guumaster/hostctl/releases/download/v0.5.3/hostctl_0.5.3_windows_64-bit.zip", + "hash": "31d9b0b262f2079661164113e6c59a2ca2d3cb4998b4e9466c3b55a0a89be6ec" + } + }, + "bin": "hostctl.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/guumaster/hostctl/releases/download/v$version/hostctl_$version_windows_64-bit.zip" + } + }, + "hash": { + "url": "$baseurl/hostctl_$version_checksums.txt" + } + } +}