Skip to content

Commit 034737c

Browse files
authored
Merge pull request #230016 from Homebrew/bump-cog-0.15.11
cog 0.15.11
2 parents fd9074b + a46d634 commit 034737c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/c/cog.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Cog < Formula
22
desc "Containers for machine learning"
33
homepage "https://cog.run/"
4-
url "https://github.com/replicate/cog/archive/refs/tags/v0.15.10.tar.gz"
5-
sha256 "5876d0d5011131c396bc557d04b7e531b57be99350fb530c88bf7161c430e773"
4+
url "https://github.com/replicate/cog/archive/refs/tags/v0.15.11.tar.gz"
5+
sha256 "262948c152af1eb2b08b2cae7b928c484dc4420f3d139bb4ed680bb83b539029"
66
license "Apache-2.0"
77
head "https://github.com/replicate/cog.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "97c4feb669e561a292accc31914301ad817a43feef63f724cf9a6f7ed5b8ecf6"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "97c4feb669e561a292accc31914301ad817a43feef63f724cf9a6f7ed5b8ecf6"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "97c4feb669e561a292accc31914301ad817a43feef63f724cf9a6f7ed5b8ecf6"
13-
sha256 cellar: :any_skip_relocation, sonoma: "b9c28e3bddb3ce66c3a7e604b13ae183f4529f2f2f0a18e981a0fecf47e02784"
14-
sha256 cellar: :any_skip_relocation, ventura: "b9c28e3bddb3ce66c3a7e604b13ae183f4529f2f2f0a18e981a0fecf47e02784"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "dff4e1621c2546e890b24a52d7575020968e057c0b1fa2f41aa0f012542ace81"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0355e286edc4d98612c15c539230d1855035ec2bce22dbe87a96cc856a8a2a03"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0355e286edc4d98612c15c539230d1855035ec2bce22dbe87a96cc856a8a2a03"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "0355e286edc4d98612c15c539230d1855035ec2bce22dbe87a96cc856a8a2a03"
13+
sha256 cellar: :any_skip_relocation, sonoma: "f14a191b61b5ca5e65a82e8d90aa2feabf0fe0abf0a03d0a9ec36c14e6371845"
14+
sha256 cellar: :any_skip_relocation, ventura: "f14a191b61b5ca5e65a82e8d90aa2feabf0fe0abf0a03d0a9ec36c14e6371845"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "f0bf1452baa73caf2e1bf206fde121dc0507ac966d451be1fe90a048c2fd5797"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)