From f5f989007f75e96541066071754ac0bb61b304c7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 9 Jan 2025 07:57:44 +0000 Subject: [PATCH 1/2] envd 0.3.46 --- Formula/e/envd.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/envd.rb b/Formula/e/envd.rb index d8f223b0375371..1753540aec0eb0 100644 --- a/Formula/e/envd.rb +++ b/Formula/e/envd.rb @@ -1,8 +1,8 @@ class Envd < Formula desc "Reproducible development environment for AI/ML" homepage "https://envd.tensorchord.ai" - url "https://github.com/tensorchord/envd/archive/refs/tags/v0.3.45.tar.gz" - sha256 "5dc8802b6ffdd9c6859b97de6eff71ebdaf5c6db916a832f8ef694569de79178" + url "https://github.com/tensorchord/envd/archive/refs/tags/v0.3.46.tar.gz" + sha256 "00f27dcd03a494dcb65f42d77f2fe0b6498250e1eab33f80190055f9ea3da1a9" license "Apache-2.0" head "https://github.com/tensorchord/envd.git", branch: "main" From 12d7aa67042b9eac6a012b5883a7427c0ea51785 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 9 Jan 2025 08:27:09 +0000 Subject: [PATCH 2/2] envd: update 0.3.46 bottle. --- Formula/e/envd.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/e/envd.rb b/Formula/e/envd.rb index 1753540aec0eb0..0e79c80806c97b 100644 --- a/Formula/e/envd.rb +++ b/Formula/e/envd.rb @@ -7,14 +7,12 @@ class Envd < Formula head "https://github.com/tensorchord/envd.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d7c11e4d5e933c0cece9d6fc9af8f81d6ff3ab0b334364c2eb9e32dcb35adc34" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "20b4514e5b71dc23b8a9ac6a51f0d41c243253d2b5d7bd478878bb9997950e68" - sha256 cellar: :any_skip_relocation, arm64_ventura: "fdbfeca300caffd35f51e74ce2dbd71d2131f3da43253689909219f55829783f" - sha256 cellar: :any_skip_relocation, arm64_monterey: "c952e29a6e9d957d96a91b469625930df6399aaa119ff84a438aad1a5e106628" - sha256 cellar: :any_skip_relocation, sonoma: "20c354bb829e87b9717f3e7a07383524898a98ba4b95d45cf7bd1fae66524d1e" - sha256 cellar: :any_skip_relocation, ventura: "769b04d7c0432dc3ba36636c45e552618a948118dc10291d4bf4f181f221f694" - sha256 cellar: :any_skip_relocation, monterey: "68222aa5bfdb48c1a4d13fabce1b17becccb7f8f78020a8d304ac52c8870fcaf" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cf2133c09cd94b30bbef81cea84f8b75a032238a07d8146cea3b04ff30eba238" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f3ada617934fca8e963a8a0bc245ee1743f87361a979da79679c22d499979fb4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d30850322f092bfc326425ba887ff9d2fc9963320141821af79296711703513a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9613b02eaeed2e90e580a25e34471da001851cf2b4f81b8d0f5cd740fcc440fb" + sha256 cellar: :any_skip_relocation, sonoma: "daec65a95c47f5261742e5c60022a31b8a70e1efa605ee287b465b120d16bf90" + sha256 cellar: :any_skip_relocation, ventura: "69c14a25db051a5e66230ef51c998b8bb929e7ca8d0c51b289ba5f327a45ddf4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f48709a3f3edcde16290cbc5a30162f06cf8e3b869015b0cfccceef9d76ed6bd" end depends_on "go" => :build