Skip to content

Commit 27c574e

Browse files
authored
Merge pull request #212669 from Homebrew/bump-cog-0.14.3
cog 0.14.3
2 parents 0f330d4 + bdb01b1 commit 27c574e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/c/cog.rb

+8-8
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.14.2.tar.gz"
5-
sha256 "85ea206d960d857bf728f88fb4cee7aa5b3428a69e62bc128484e5eb3f02a9d7"
4+
url "https://github.com/replicate/cog/archive/refs/tags/v0.14.3.tar.gz"
5+
sha256 "0ffd36e5ed14b5bac73878ba2a74d52c0fea669209ead45d24ff97dd78d37aba"
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: "4330e1137250d37ebd6c8ee2fedc03c110d586bdddacbb63d06e241b26958d1c"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4330e1137250d37ebd6c8ee2fedc03c110d586bdddacbb63d06e241b26958d1c"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "4330e1137250d37ebd6c8ee2fedc03c110d586bdddacbb63d06e241b26958d1c"
13-
sha256 cellar: :any_skip_relocation, sonoma: "ffc90ea0ffa5510523d0cc71e3424dfee56a7130a2fcbc2f58ff8c827ca2801f"
14-
sha256 cellar: :any_skip_relocation, ventura: "ffc90ea0ffa5510523d0cc71e3424dfee56a7130a2fcbc2f58ff8c827ca2801f"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "ead2f0f60ce9bd5544f814b96970e2d7d2da9f8ddac602ad801f32bf0cd94d7a"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a7c3377c255aeacf138858ffbc46b76c7b1d8e7bdd3bbb154a2f08721ed4658e"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a7c3377c255aeacf138858ffbc46b76c7b1d8e7bdd3bbb154a2f08721ed4658e"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "a7c3377c255aeacf138858ffbc46b76c7b1d8e7bdd3bbb154a2f08721ed4658e"
13+
sha256 cellar: :any_skip_relocation, sonoma: "361fa4dcadfb324cb90bc08ca3455f46f2e1ea8886bf93ebf0e8095f7d772add"
14+
sha256 cellar: :any_skip_relocation, ventura: "361fa4dcadfb324cb90bc08ca3455f46f2e1ea8886bf93ebf0e8095f7d772add"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c4c599886aa97a4af46837db898d09e3873f11e16c2fbbdbd77e4a34cbb0cb93"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)