From b4241b2c8a8b21bb0646d27100b484d49c7008a4 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 31 Jul 2018 15:54:30 +0200 Subject: [PATCH] Add ahoy version 2.0.0 (closes #2443) --- ahoy.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ahoy.json diff --git a/ahoy.json b/ahoy.json new file mode 100644 index 0000000000..7de607dcd4 --- /dev/null +++ b/ahoy.json @@ -0,0 +1,15 @@ +{ + "homepage": "http://ahoycli.com", + "license": "MIT", + "description": "Automate and organize your workflows, no matter what technology you use", + "version": "2.0.0", + "url": "https://github.com/ahoy-cli/ahoy/releases/download/2.0.0/ahoy-bin-windows-amd64#/ahoy.exe", + "hash": "6a920aa6ac76e176fad548d5c331615ef762555016977a4abaa594815937d933", + "bin": "ahoy.exe", + "checkver": { + "github": "https://github.com/ahoy-cli/ahoy" + }, + "autoupdate": { + "url": "https://github.com/ahoy-cli/ahoy/releases/download/$version/ahoy-bin-windows-amd64#/ahoy.exe" + } +}