Skip to content

Commit

Permalink
chore: sha256sums for 0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Jun 11, 2022
1 parent 80e2ccf commit 21588c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Casks/codeflare.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
cask "codeflare" do
version "0.0.13"
version "0.0.14"

name "CodeFlare"
desc "CLI for Project CodeFlare"
homepage "https://github.com/project-codeflare/codeflare-cli"

if Hardware::CPU.intel?
url "https://github.com/project-codeflare/codeflare-cli/releases/download/v#{version}/CodeFlare-darwin-x64.tar.bz2"
sha256 "32e1ef2e47e717d7497f3ccf05898ceb5b563b88cd519a85c42fb4b0b509d8d7"
sha256 "c81005b2b0a0d20e5ae370c2bef5392d99152d30f9c6f08a8413040d3adbf3a5"
app "CodeFlare-darwin-x64/CodeFlare.app"
else
url "https://github.com/project-codeflare/codeflare-cli/releases/download/v#{version}/CodeFlare-darwin-arm64.tar.bz2"
sha256 "821af761854b74f5cb32da08db1d201b0e7711930e011b1f8ed26fa19f70f45e"
sha256 "b90fb2377f217a462ad125b4727ece78fe62592c5dc645c35449819f55950b4f"
app "CodeFlare-darwin-arm64/CodeFlare.app"
end

Expand Down

0 comments on commit 21588c3

Please sign in to comment.