Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Casks/cog.rb
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
cask "cog" do
version "0.17.1"
version "0.17.2"

on_arm do
sha256 :no_check
sha256 "1b1e4c6478cfd143286a58dcba69ed7383057ac350d04eca11795588b8fca49e"

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",
verified: "github.com/replicate/cog/"
end
on_intel do
sha256 :no_check
sha256 "4c4be6748d7c0aa708858c86ab5f2156e7ed3b7e833f548868f6b6c870f5ae34"

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",
verified: "github.com/replicate/cog/"
end

Expand Down
Loading