Skip to content

Commit 1161e8e

Browse files
committed
chore: bump sha256sums for 0.2.0
1 parent 8d6b413 commit 1161e8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Casks/codeflare.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
cask "codeflare" do
2-
version "0.1.3"
2+
version "0.2.0"
33

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

88
if Hardware::CPU.intel?
99
url "https://github.com/project-codeflare/codeflare-cli/releases/download/v#{version}/CodeFlare-darwin-x64.tar.bz2"
10-
sha256 "06b0d08eb6feb0c705820c6b1ae491279a5baa8d42f84f2593f511b9612d7bcd"
10+
sha256 "2968a45aa2900911d7ceed581a63a0baec646bcfe307b63d07423edc2e549d14"
1111
app "CodeFlare-darwin-x64/CodeFlare.app"
1212
else
1313
url "https://github.com/project-codeflare/codeflare-cli/releases/download/v#{version}/CodeFlare-darwin-arm64.tar.bz2"
14-
sha256 "c4f0f1d326b77c5c415eca552acc08b0d79469216dc86e1265f1f0d2ff7d5b30"
14+
sha256 "6aaf14f48fa3a1f92beeb387ac262e048608fd8fbbb04defb0314ecbbc54963a"
1515
app "CodeFlare-darwin-arm64/CodeFlare.app"
1616
end
1717

0 commit comments

Comments
 (0)