We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d2183b commit 95b31ffCopy full SHA for 95b31ff
1 file changed
Casks/cog.rb
@@ -1,16 +1,16 @@
1
cask "cog" do
2
- version "0.17.1"
+ version "0.17.2"
3
4
on_arm do
5
- sha256 :no_check
+ sha256 "1b1e4c6478cfd143286a58dcba69ed7383057ac350d04eca11795588b8fca49e"
6
7
- url "https://github.com/replicate/cog/releases/download/v0.17.1/cog_Darwin_arm64",
+ url "https://github.com/replicate/cog/releases/download/v#{version}/cog_Darwin_arm64",
8
verified: "github.com/replicate/cog/"
9
end
10
on_intel do
11
+ sha256 "4c4be6748d7c0aa708858c86ab5f2156e7ed3b7e833f548868f6b6c870f5ae34"
12
13
- url "https://github.com/replicate/cog/releases/download/v0.17.1/cog_Darwin_x86_64",
+ url "https://github.com/replicate/cog/releases/download/v#{version}/cog_Darwin_x86_64",
14
15
16
0 commit comments