|
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.0.0.tar.gz" |
5 | | - sha256 "f8ce1063b4e5d6168c7d2dca83860d0c29d07c058f93b0f3ab5854805c6d7a42" |
| 4 | + url "https://github.com/okteto/okteto/archive/refs/tags/3.1.0.tar.gz" |
| 5 | + sha256 "5a06faadf389ab65c6e975600d2c2aada25ccc10e00ac941b490442bb51839f1" |
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: "f13317dd8fdf87f9740c26c80c8b88b05d84b775cd768a330ca42d71bb5e06c2" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4a961ad575c3d233ace6a4129bcf58771f41bb0ccb3630c2839ed394016eb4d5" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "7d41479fe4dbc627854989ef1e845b466b6f2dd8165f3d95e976187ebeb3c265" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "122be615c906e02cb87e7eba7d09238b9df8a976bc3669eb2813e592da1cb0fa" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "bad42bd0919f503e11561d8a8bced4e979141e84917cb9d967275ed80a5b25c5" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "1c2deba58b1129790debcd179a1d531a5e96786b9ef1d2cfd7b060374731a404" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c8d082eeabe561411318f524d84aeb991b4b350f64c851717a5932d4bcc8de38" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3f319138fb70f2034579924fc7e05a8906fb462c75c3d8924569965c8958b0b0" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "364b159e46c095e0d0795364cc6903362f8e7cac13a04932d5b54d908e77c325" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "920efbbb341366c6f59ce548e6035eb9540bae857c7e888d2cc59a7a6b99f977" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "6352783690fe4856e8c6dc42583b626c169da171e4fd8186dd2f299593f55e4e" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "bdfa1e5a74a4b5795e426e32cbbcf9a7b595701a104d4cbab1fa034f79dde422" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments