|
1 | 1 | class Okteto < Formula |
2 | 2 | desc "Build better apps by developing and testing code directly in Kubernetes" |
3 | 3 | homepage "https://okteto.com" |
4 | | - url "https://github.com/okteto/okteto/archive/refs/tags/3.2.2.tar.gz" |
5 | | - sha256 "32e4da0a10189210458be9f112034549d8eb7583ae5ff0445fc9d30e8b69be3a" |
| 4 | + url "https://github.com/okteto/okteto/archive/refs/tags/3.3.0.tar.gz" |
| 5 | + sha256 "39f14a319a49e6d0b0093f620d77948d0ff15ae5c2eb2a559f543be44f937b87" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/okteto/okteto.git", branch: "master" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "be8461a0788946522586875c5e7bcb6f6495acb48692c331d04cb783f61cc437" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "aff6fa3c0754980274ef77207d821936725d50db7ebd148ae3e30be4bd91c8ea" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "8c0198431662aedf99fce1c7b56198e682f880cde14f0a6b9e7d8cfe46004fe0" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "31289f7a317a821d8dd00e00165d4a673cff73bf3f998e9383880d063a065ac2" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "bc2e028a624f780f0c4559069efbe8a1dbe48fa257bc8bd2a61b4b5ade7cd30e" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "076876c73d8b3e4b16eb62514b603ec56676ea6fd61ea04aa77994fdafd515a8" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7e8bee12f8b0fdcaf1bb0cc53020a921f0272305f88676b526ed45803d1e88c4" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e4234c415f24e2a4163217fa98d3f07b815e15dafb77ff9d60a033015d702574" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "43199e6158295a52c7323c64685ebd4fc8dd8ab3033771a309e1debb4ee60c4b" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "17afb9b0c220f173e3c41097f09349fa07b17152a6f67cf8737e435cbc90ef2f" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "f9d3aed358fc6aadd6fd5c39d10c69c8c10ca747600a80b945ecb30878cac1d6" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "250f1cb54399d587cc3e76680e50ff8aa42d4615ead5e1375ac16e22bfd8cd74" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments