Skip to content

Commit 948b1eb

Browse files
authored
Merge pull request Homebrew#227264 from Homebrew/bump-cog-0.15.7
cog 0.15.7
2 parents 5b7d2ca + 5c329ff commit 948b1eb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/c/cog.rb

Lines changed: 8 additions & 8 deletions
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.15.6.tar.gz"
5-
sha256 "ceab500ceb76ac44843eab922bf5f0eb06d33f0f5122d747206aada55f4c3c5e"
4+
url "https://github.com/replicate/cog/archive/refs/tags/v0.15.7.tar.gz"
5+
sha256 "688e2cd187924bea1ec7efdd3c9074faa62f4f803526a56f41118def5f8c50ec"
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: "61c0adb7f4ff2d31666e6e929a3f5277faf9eb094288c523d5fc874294a449d1"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "61c0adb7f4ff2d31666e6e929a3f5277faf9eb094288c523d5fc874294a449d1"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "61c0adb7f4ff2d31666e6e929a3f5277faf9eb094288c523d5fc874294a449d1"
13-
sha256 cellar: :any_skip_relocation, sonoma: "083a99db1bca8ee99a439261330e2791c9bceb365d49a9a77d41770524987a8a"
14-
sha256 cellar: :any_skip_relocation, ventura: "083a99db1bca8ee99a439261330e2791c9bceb365d49a9a77d41770524987a8a"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d0b3786a0505d46b3223a515a359e581840397128dc0994b3997784679af18cb"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "cdb94f69060a75064df51b3b9f28a7454e4d12f11f9870a835ca37b1fc4099ca"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cdb94f69060a75064df51b3b9f28a7454e4d12f11f9870a835ca37b1fc4099ca"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "cdb94f69060a75064df51b3b9f28a7454e4d12f11f9870a835ca37b1fc4099ca"
13+
sha256 cellar: :any_skip_relocation, sonoma: "434ac0a126916a4d0a54b6e224e04a04d7ec7648a0046c971b547ecb63326556"
14+
sha256 cellar: :any_skip_relocation, ventura: "434ac0a126916a4d0a54b6e224e04a04d7ec7648a0046c971b547ecb63326556"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "35af3fdf64279d6ac0d624b70d183765d19b65db1df4c7add8e90710f48f1544"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)