We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cfd98a commit e0de12bCopy full SHA for e0de12b
1 file changed
Casks/cog.rb
@@ -1,14 +1,14 @@
1
cask "cog" do
2
- version "0.18.0"
+ version "0.19.0"
3
4
on_arm do
5
- sha256 "cc7cc355952a29fd1950d46dfa1e61259db24db762be454da269de593271b7ae"
+ sha256 "110378125a7fe3365e86870ef370bb48afab893f168ed7481838f6f41674a320"
6
7
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 "87715e594a23895601406c40ceb0465fdff2025dd44cf4419d067dccffcd1da2"
+ sha256 "7358030fa387d1eccc41dc2f8f8c6b3dc930abc8ff691a3b2dfd054506c1a367"
12
13
url "https://github.com/replicate/cog/releases/download/v#{version}/cog_Darwin_x86_64",
14
0 commit comments