Skip to content

Commit 95b31ff

Browse files
cog-homebrew-tapbot[bot]cog-homebrew-tapbot[bot]
andauthored
Update cog to 0.17.2 (#33)
Co-authored-by: cog-homebrew-tapbot[bot] <2932405+cog-homebrew-tapbot[bot]@users.noreply.github.com>
1 parent 7d2183b commit 95b31ff

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Casks/cog.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
cask "cog" do
2-
version "0.17.1"
2+
version "0.17.2"
33

44
on_arm do
5-
sha256 :no_check
5+
sha256 "1b1e4c6478cfd143286a58dcba69ed7383057ac350d04eca11795588b8fca49e"
66

7-
url "https://github.com/replicate/cog/releases/download/v0.17.1/cog_Darwin_arm64",
7+
url "https://github.com/replicate/cog/releases/download/v#{version}/cog_Darwin_arm64",
88
verified: "github.com/replicate/cog/"
99
end
1010
on_intel do
11-
sha256 :no_check
11+
sha256 "4c4be6748d7c0aa708858c86ab5f2156e7ed3b7e833f548868f6b6c870f5ae34"
1212

13-
url "https://github.com/replicate/cog/releases/download/v0.17.1/cog_Darwin_x86_64",
13+
url "https://github.com/replicate/cog/releases/download/v#{version}/cog_Darwin_x86_64",
1414
verified: "github.com/replicate/cog/"
1515
end
1616

0 commit comments

Comments
 (0)