We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c56b26 commit 129a220Copy full SHA for 129a220
Casks/codeflare.rb
@@ -7,11 +7,11 @@
7
8
if Hardware::CPU.intel?
9
url "https://github.com/guidebooks/CodeFlareApp/releases/download/v#{version}/CodeFlare-darwin-x64.tar.bz2"
10
- sha256 "78902a5b2f81f9f657bf86c469fff1e218815bdd69d61c31f66fa22f4fc36a7e"
+ sha256 "c82ef5514d2bfb0c1d436207240aab04adeb15024b4e9fbb688925447ecc3deb"
11
app "CodeFlare-darwin-x64/CodeFlare.app"
12
else
13
url "https://github.com/guidebooks/CodeFlareApp/releases/download/v#{version}/CodeFlare-darwin-amd64.tar.bz2"
14
- sha256 "ba1b090e82fb9401adabd36ed3c157421fbd67d8a21086bb742c4d5bf33e46f4"
+ sha256 "c9f91f118a981154b10d421bcd59e22f47bc96dddaa4377a0e5b69e16df7be85"
15
app "CodeFlare-darwin-amd64/CodeFlare.app"
16
end
17
0 commit comments