fake: Add version 5.18.3 (#612)

* fake: Add version 5.18.3

* Update homepage

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Updated description
This commit is contained in:
Sergey Kostrukov 2019-12-03 21:56:57 -08:00 committed by Ross Smith II
parent 8e841a7064
commit 7144dc7d50

30
bucket/fake.json Normal file
View File

@ -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"
}
}
}
}