|
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.6.0.tar.gz" |
5 |
| - sha256 "f8b92f0ae879886df75dbfefb4f7e60741cb048322e66166a60aac662239eb26" |
| 4 | + url "https://github.com/okteto/okteto/archive/refs/tags/3.7.0.tar.gz" |
| 5 | + sha256 "d546611c64d7e39a65bae28a44e878c21f1ef759ab2ae0a26cf5573b1074d84f" |
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: "a5495feac6e0cee5456bfdd97e031d2e4dd91a1a5dad8e5a1c2c7244570a1f8c" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "00fcfbe6f5424d5a1b2edbb7c436551abd0f98ea5845622908a9365ff5578d5b" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "af1a57c0daa690f94e11dbbb016897bdd2e198207010f69f7931575483494c60" |
13 |
| - sha256 cellar: :any_skip_relocation, sonoma: "42aef5a76be48374a5b1e41de14ad342c3813750a090b9233bc20d9bdb4d1108" |
14 |
| - sha256 cellar: :any_skip_relocation, ventura: "51ecc4c948c395c34008ce1565adef8ccb08de747b05e3033bae322a3fc4a3f6" |
15 |
| - sha256 cellar: :any_skip_relocation, arm64_linux: "ceec829c40c390515907e68700df629b677429e7ffed3ae50d147402908e5286" |
16 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "d28c10e34c3c7d22b7938315af8bff0c715676bbdc09bd91b2b9196e3dabb942" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2e7afd43d02b1f5421ac7180bc828cf7ba2c8c4118b56d28b78a18a88a4ccd69" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "02e8454db51f7dbf0b53eceb8da1570df68e6b12f1e920321ce866d344db02af" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "cc1006702348ce55fe47c8f94c9b814170ea98ac17f966f2bb0d76b04ae1d686" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "bbf2dac62f3aa45545082188ece218d08d34251c6e4a0d116ad2b8cc7c5cc8f7" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "67582281b1bd37c1c8eff1c1d84a4b804ed45dc8b4fc5f71d2f44af87b2dd29b" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "a57f6bffccfe635b3fe6a890cc9a69a1efd1cdf1686e81ad3368c52db99a7878" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "de0800a06c51a01f9d4cf6e02028279578b21c67415ec25e8e04158c6c38d98d" |
17 | 17 | end
|
18 | 18 |
|
19 | 19 | depends_on "go" => :build
|
|
0 commit comments