From 0eccede53c8001d8dc81af410c306e5245a6325d Mon Sep 17 00:00:00 2001 From: Alex Bepple Date: Mon, 14 May 2018 14:49:54 +0200 Subject: [PATCH] Add forego version 20180217041714 (#2258) --- forego.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 forego.json diff --git a/forego.json b/forego.json new file mode 100644 index 0000000000..cef6aa49b1 --- /dev/null +++ b/forego.json @@ -0,0 +1,23 @@ +{ + "homepage": "https://github.com/ddollar/forego", + "version": "20180217041714", + "architecture": { + "64bit": { + "url": "https://bin.equinox.io/a/cNQswJNYTQe/forego-20180217041714-windows-amd64.zip", + "hash": "97ccd726c7faaecf0fc6d9404137c82b11798482b6f03f6f477af889c602de1a" + } + }, + "bin": "forego.exe", + "checkver": { + "url": "https://dl.equinox.io/ddollar/forego/stable/archive", + "re": "https://bin.equinox.io/a/(?.+)/forego-(?\\d+)-windows-amd64.zip" + }, + "autoupdate": { + "note": "Thanks for using autoupdate, please test your updates!", + "architecture": { + "64bit": { + "url": "https://bin.equinox.io/a/$matchDir/forego-$matchVersion-windows-amd64.zip" + } + } + } +}