|
1 | 1 | class Envd < Formula |
2 | 2 | desc "Reproducible development environment for AI/ML" |
3 | 3 | homepage "https://envd.tensorchord.ai" |
4 | | - url "https://github.com/tensorchord/envd/archive/refs/tags/v1.0.1.tar.gz" |
5 | | - sha256 "2e2c437e97086642eb66afd5be4434e1cffb54eed5361bc9e26147d62f60fe8e" |
| 4 | + url "https://github.com/tensorchord/envd/archive/refs/tags/v1.1.0.tar.gz" |
| 5 | + sha256 "c48884c17ac8608913efe1aaf736a6212ce109c2ba886b2a1dedda8abdd5ffab" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/tensorchord/envd.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0f1f8852bd2195d598da6a86e594790cd01c25302a00a1bfeee9bd9d70dda360" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "be6a21bc661656cd79347c9fa3cade01ab45c8e6ab0e47f611246b0b279ebd0c" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "996506ee111508cd082f77153d9eac3e774ae430f8e34f697c7c73cb5ffeeacc" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "efdb92e6412a34d8fbbbf4fee13f675dfffbaa4632d4acf25d724ada5bf1cc6e" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "8aa234357c07f4a5669624b5ba7945b052db1d4c0bf38e03d5c331c061030095" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "1eead99367973994188c7a971fd64aa4a4642bdbfd8d22463d4203c9e034013d" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "31f6d649322569b07b35be03b05e1d629766e084ee08a2832701ce6e1fab5d6c" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ff29a4be2b945f1b22550c6a368dbfba2cd159c052e4a964908c3bc23dad3ccb" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "f99ce4ccb468cb7d332dd9ad01edefba46cba668873ae0fac55b81869da265ec" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "11f0efed0ec18ba11e917da7a193a47bdddd3a646fcfc5d12b8b90f5c23ce165" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "17d0d3b0b5b06b8cdc6074eff44def9ad97bd421ea364175cdd949a545f441e1" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "d4601064127e8537e577f31d7600972b4b2646bfc5f541d6e71968968f8e3e3d" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments