Skip to content

Commit 9797bbe

Browse files
authored
fake: Update to version 6.1.3 (#7126)
* fake: Update to version 6.1.3 and fix urls Excavator was failing due to very slight naming change in their release artifacts. * update to cannonical github repo link to avoid redirects
1 parent e0bdf04 commit 9797bbe

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

bucket/fake.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
2-
"version": "6.1.1",
2+
"version": "6.1.3",
33
"description": "F# Make, build automation tool for .NET with similar capabilities to make and rake",
44
"homepage": "https://fake.build",
55
"license": "MIT",
66
"architecture": {
77
"64bit": {
8-
"url": "https://github.com/fsharp/FAKE/releases/download/6.1.1/fake-dotnetcore-win7-x64.zip",
9-
"hash": "d0a5379b92fe2be228d9d880c419c26c1871aae84080bd312213450ade6da5b0"
8+
"url": "https://github.com/fsprojects/fake/releases/download/6.1.3/fake-dotnetcore-win-x64.zip",
9+
"hash": "ff8ed31be028f5ee04d9bc46faaec67c323bfb001e688ddff08f42be5cc518cb"
1010
},
1111
"32bit": {
12-
"url": "https://github.com/fsharp/FAKE/releases/download/6.1.1/fake-dotnetcore-win7-x86.zip",
13-
"hash": "2e7cc433f7d472ce104e308f5edfb72b6d6767e4608d3f822e15aec203839ae3"
12+
"url": "https://github.com/fsprojects/fake/releases/download/6.1.3/fake-dotnetcore-win-x86.zip",
13+
"hash": "a83918d43178192096cc5afd3d4c98ce36c9ad646cee947e63913cc412844aad"
1414
}
1515
},
1616
"bin": "fake.exe",
1717
"checkver": {
18-
"github": "https://github.com/fsharp/FAKE"
18+
"github": "https://github.com/fsprojects/fake"
1919
},
2020
"autoupdate": {
2121
"architecture": {
2222
"64bit": {
23-
"url": "https://github.com/fsharp/FAKE/releases/download/$version/fake-dotnetcore-win7-x64.zip"
23+
"url": "https://github.com/fsprojects/fake/releases/download/$version/fake-dotnetcore-win-x64.zip"
2424
},
2525
"32bit": {
26-
"url": "https://github.com/fsharp/FAKE/releases/download/$version/fake-dotnetcore-win7-x86.zip"
26+
"url": "https://github.com/fsprojects/fake/releases/download/$version/fake-dotnetcore-win-x86.zip"
2727
}
2828
}
2929
}

0 commit comments

Comments
 (0)