|
1 | 1 | class Cog < Formula |
2 | 2 | desc "Containers for machine learning" |
3 | 3 | 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" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/replicate/cog.git", branch: "main" |
8 | 8 |
|
9 | 9 | 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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments