Skip to content

Commit

Permalink
Merge pull request #170973 from Homebrew/bump-cog-0.9.7
Browse files Browse the repository at this point in the history
cog 0.9.7
  • Loading branch information
BrewTestBot authored May 6, 2024
2 parents 038e26f + d9c29d9 commit 3881335
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/c/cog.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Cog < Formula
desc "Containers for machine learning"
homepage "https://cog.run/"
url "https://github.com/replicate/cog/archive/refs/tags/v0.9.6.tar.gz"
sha256 "e3cadf1703f4566fe954bf310786796be5cd9b6c8ce91a71cb7fec9f7538a39f"
url "https://github.com/replicate/cog/archive/refs/tags/v0.9.7.tar.gz"
sha256 "f1b9484a04ea6e532354eb5dcf807160c60db2dd06078824d93bb11aaf2ceb94"
license "Apache-2.0"
head "https://github.com/replicate/cog.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cb996412e3fb53b514b9252b8af9b0e235795d0c084ca5ce4c445a4199836cc9"
sha256 cellar: :any_skip_relocation, arm64_ventura: "0b62ed032632d1845638e445e96b7ffff38dd44f4a17786b7d6baa9904a9c1f9"
sha256 cellar: :any_skip_relocation, arm64_monterey: "490caa1ac61e1ecfa8bc0296a9d0db0f7b008ba2d48db57f2f108c39d79533de"
sha256 cellar: :any_skip_relocation, sonoma: "dcee830514fbeac1481eff8146a9b271647e8acc9a4d6d7ced5d5816b7901523"
sha256 cellar: :any_skip_relocation, ventura: "08c026434525def60b8bc21a63d21d8855db06ed0acd532539489e21dea73ed9"
sha256 cellar: :any_skip_relocation, monterey: "99bbfec6d5a5287ef127a96e463c0c90a7e5827896ea9d4bc5f118628bc59ccd"
sha256 cellar: :any_skip_relocation, x86_64_linux: "df596321306a74a8b61e1a47d884d03f58d84f427eb9dee124b6830f5afabfaa"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d136eedd4f2a4c2628677f1f032a2ada3eb65fdde805a6c361c13bedbdf9625f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e4e5c1a8d165ab8473d6de043fffa41833689c59e64adcd5d6b8cb4d9575d41b"
sha256 cellar: :any_skip_relocation, arm64_monterey: "017ce3b656b9871ebe425552f27277639bff445523f469f06260ea0abdeb37c8"
sha256 cellar: :any_skip_relocation, sonoma: "49d124c94604fd9d917e9a1ab56f6dd072558d3ab6b0a01babedb42a2dadf1de"
sha256 cellar: :any_skip_relocation, ventura: "aa23f76de878deb2acb7434e7a54aea85ae75447156bf2f4398c4441e0171a95"
sha256 cellar: :any_skip_relocation, monterey: "ab7793e7bd4c244c5f875955200d00774ad56d0ffaf8efe30c716a807de1c072"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9dbdf6faa1a40bf7d8e0fc4b351612b191e31806fbd43e84386f3cae1cce6185"
end

depends_on "go" => :build
Expand Down

0 comments on commit 3881335

Please sign in to comment.