fake: Update to version 5.19.1

This commit is contained in:
Richard Kuhnt 2020-02-09 14:01:54 +00:00
parent dc75553ac5
commit 964c77f175

View File

@ -1,16 +1,16 @@
{
"homepage": "https://fake.build",
"description": "F# Make, build automation tool for .NET with similar capabilities to make and rake",
"version": "5.19.0",
"version": "5.19.1",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/fsharp/FAKE/releases/download/5.19.0/fake-dotnetcore-win7-x64.zip",
"hash": "527cb1cd703b2b4919e22894b485a65dcd80b79caf936a939fc6d9ebd1d03e79"
"url": "https://github.com/fsharp/FAKE/releases/download/5.19.1/fake-dotnetcore-win7-x64.zip",
"hash": "c1ffda65f3c714cfe582c3c92e8baee83e06620040a84be94e9edbdd58e77efd"
},
"32bit": {
"url": "https://github.com/fsharp/FAKE/releases/download/5.19.0/fake-dotnetcore-win7-x86.zip",
"hash": "68d6692be9ba7a6959171786a5677e295d67c99edff8208dde8ec002f7c183b0"
"url": "https://github.com/fsharp/FAKE/releases/download/5.19.1/fake-dotnetcore-win7-x86.zip",
"hash": "988c8ff7b82c91f64389620ce9eedf508748903f287942c034c45ef663635814"
}
},
"bin": "fake.exe",