From 7144dc7d5089b8990280aca677d6444b415c2d71 Mon Sep 17 00:00:00 2001 From: Sergey Kostrukov Date: Tue, 3 Dec 2019 21:56:57 -0800 Subject: [PATCH] fake: Add version 5.18.3 (#612) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fake: Add version 5.18.3 * Update homepage Co-Authored-By: Jakub Čábera * Updated description --- bucket/fake.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 bucket/fake.json diff --git a/bucket/fake.json b/bucket/fake.json new file mode 100644 index 0000000000..1d90f3a20e --- /dev/null +++ b/bucket/fake.json @@ -0,0 +1,30 @@ +{ + "homepage": "https://fake.build", + "description": "F# Make, build automation tool for .NET with similar capabilities to make and rake", + "version": "5.18.3", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/fsharp/FAKE/releases/download/5.18.3/fake-dotnetcore-win7-x64.zip", + "hash": "4bbee32b61148d721315240c55beb8b2e9fa10926af50e3669bf7af984945e4f" + }, + "32bit": { + "url": "https://github.com/fsharp/FAKE/releases/download/5.18.3/fake-dotnetcore-win7-x86.zip", + "hash": "5fbe3e4e299bc645064167a197e4c65252271431f559f093513f9148be2917a8" + } + }, + "bin": "fake.exe", + "checkver": { + "github": "https://github.com/fsharp/FAKE" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/fsharp/FAKE/releases/download/$version/fake-dotnetcore-win7-x64.zip" + }, + "32bit": { + "url": "https://github.com/fsharp/FAKE/releases/download/$version/fake-dotnetcore-win7-x86.zip" + } + } + } +}