|
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.12.0.tar.gz" |
5 | | - sha256 "7e7aeb0eb560368e304f5ec6b13dcc6e7c8f10cdc08eabebd560d57c97a0fbdd" |
| 4 | + url "https://github.com/replicate/cog/archive/refs/tags/v0.13.0.tar.gz" |
| 5 | + sha256 "9cf64ad36e777db46a54c40f4e0caab43db7c47982708afa53d5de52d7c55e39" |
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: "bfc280ece559225c12c0d10723e65fae6e43c49d1a9ba3bbab65c08281f64e68" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "bfc280ece559225c12c0d10723e65fae6e43c49d1a9ba3bbab65c08281f64e68" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "bfc280ece559225c12c0d10723e65fae6e43c49d1a9ba3bbab65c08281f64e68" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "1734ea7447760d62bb4ba067bf6744540daaf8979deeca281b04b3d3905ebb73" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "1734ea7447760d62bb4ba067bf6744540daaf8979deeca281b04b3d3905ebb73" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "d093b90e6fdc98b76b3b9c8d0ec0aa39f820e2a2d307cf7cd83296b1b2eca177" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e522f9192ede61ca93e4b21d04ff113ee3cb6dfaa5ef5d7a1d48303abd3d3990" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e522f9192ede61ca93e4b21d04ff113ee3cb6dfaa5ef5d7a1d48303abd3d3990" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "e522f9192ede61ca93e4b21d04ff113ee3cb6dfaa5ef5d7a1d48303abd3d3990" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "b6b4a94416e46f98e3815a2f22ac627c3aee7fbb7bdc0d28416a8d0e841ba2e9" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "b6b4a94416e46f98e3815a2f22ac627c3aee7fbb7bdc0d28416a8d0e841ba2e9" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "4b5c6f9b807ae31b4e6845a10592013eccb725baf5b1ff89124bf27fbb3bb847" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments