diff --git a/Formula/c/cog.rb b/Formula/c/cog.rb index b92e00d34eff5..e9a697672bf00 100644 --- a/Formula/c/cog.rb +++ b/Formula/c/cog.rb @@ -2,18 +2,19 @@ class Cog < Formula desc "Containers for machine learning" homepage "https://github.com/replicate/cog" url "https://github.com/replicate/cog/archive/refs/tags/v0.9.4.tar.gz" - sha256 "d3df9a9b9af79f6309f3acf31d6a3363270c0a5a7838ee75d4a02a8ed92fb0ae" + sha256 "5f455da636ec6dd6c81fd46fb721e261da1912ec42e2c547496c9cc8bae78773" license "Apache-2.0" head "https://github.com/replicate/cog.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9607d67f1daad0773dbd61bcaa15a1dc11fc665e8c77ae2cccd1b354f1a28dcf" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4520e29a916789738511cf4d3fd95ba781cf186610d842111e5bd830ff61e118" - sha256 cellar: :any_skip_relocation, arm64_monterey: "9847d66f28a3f3a3cb5bb8ef8981770a25be18e101cde018789d3f89efdb6432" - sha256 cellar: :any_skip_relocation, sonoma: "cde56c998cb6bc6f737a19d902197dd75b38850d2793f6edff67f7fdbc63f691" - sha256 cellar: :any_skip_relocation, ventura: "69d69fc781adde98bb3b7c48f83e2b7e18620b0436ad2654db2e67c2edede835" - sha256 cellar: :any_skip_relocation, monterey: "28327f30bd446709b509e5f840e10836d00225da838080e0be81451b1f965489" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e75dd722d98a48d789bb18a7d010e6dba4fd9d875cae0ccc43a0a6f7b7d03dee" + rebuild 1 + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8e4487f81bba0027b04ebabda2c9e32c3e81cc6a1c14b8f6a65a57462266d838" + sha256 cellar: :any_skip_relocation, arm64_ventura: "cd980304b84c5ad3d732e4b025a42a1446394128d83d406e779ab00d92b34d3d" + sha256 cellar: :any_skip_relocation, arm64_monterey: "2c60097dcb7d72346cf6e4e46a49be556655f3f2687200620bccd234d228477f" + sha256 cellar: :any_skip_relocation, sonoma: "de636cf99f2f4162f11683a4457f7047d5e2a907a6ed639aa39783cf2a2888b1" + sha256 cellar: :any_skip_relocation, ventura: "f526ce33260b4eb2d3686cc72e9ba35cfdd76bd1f9f034baeaeb31daa121eb04" + sha256 cellar: :any_skip_relocation, monterey: "8f7b05a97df14e5240ab5684058a44d043763f05f0734ed71bfba21fa7ca1195" + sha256 cellar: :any_skip_relocation, x86_64_linux: "19e01d6fdf14ddcd473c6eee30ffbc8f3464a6e444492e0bf3fb434baa7048cd" end depends_on "go" => :build