fake: Update to version 5.20.1

This commit is contained in:
Jakub Čábera 2020-06-14 10:23:13 +02:00
parent 3a6e53597d
commit 22d0a8d73b

View File

@ -1,16 +1,16 @@
{ {
"homepage": "https://fake.build", "homepage": "https://fake.build",
"description": "F# Make, build automation tool for .NET with similar capabilities to make and rake", "description": "F# Make, build automation tool for .NET with similar capabilities to make and rake",
"version": "5.20.0", "version": "5.20.1",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/fsharp/FAKE/releases/download/5.20.0/fake-dotnetcore-win7-x64.zip", "url": "https://github.com/fsharp/FAKE/releases/download/5.20.1/fake-dotnetcore-win7-x64.zip",
"hash": "ea70ae94a686f38b8592375df2d3aacf6ab9633abc49ba54c8530a504e85f9a2" "hash": "eb9a76fd92f18ea0e646c392478f273fcdffd935116b949e13092714888ab4bd"
}, },
"32bit": { "32bit": {
"url": "https://github.com/fsharp/FAKE/releases/download/5.20.0/fake-dotnetcore-win7-x86.zip", "url": "https://github.com/fsharp/FAKE/releases/download/5.20.1/fake-dotnetcore-win7-x86.zip",
"hash": "3f7e5e8f1786f2338e2cc001b74ba6ed3f26c22c68d7438adbb0072899667330" "hash": "3a358a80cd19548da08c01b5508056e0dcf1b74db3edf39f9ff72eeb659b161b"
} }
}, },
"bin": "fake.exe", "bin": "fake.exe",