Skip to content

Commit

Permalink
Merge pull request #139005 from chenrui333/bump-okteto-2.18.2
Browse files Browse the repository at this point in the history
okteto 2.18.2
  • Loading branch information
BrewTestBot authored Aug 8, 2023
2 parents 57cadc9 + 8d89cf0 commit 753e695
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/okteto.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Okteto < Formula
desc "Build better apps by developing and testing code directly in Kubernetes"
homepage "https://okteto.com"
url "https://github.com/okteto/okteto/archive/2.18.1.tar.gz"
sha256 "52a08490eef97b029e164a5141616361e76eb241fcb28fdb344911c678a7ef0f"
url "https://github.com/okteto/okteto/archive/2.18.2.tar.gz"
sha256 "27bb8e3519219dd271811d2561210a1217f3370e022fe9e1be7017421973793b"
license "Apache-2.0"
head "https://github.com/okteto/okteto.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "33f5b804aa6a61205f5bcd99b0ec61b854b6df20275008ac035d7ffd74e63469"
sha256 cellar: :any_skip_relocation, arm64_monterey: "c3467bdb4024fbbdd69b26b00fb7b217a3ec3b67b88bd82477fdce72dd570f41"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "7418fb9efbabe29b498db4f4acfc39e80957266abf2f222bffb75235cedcd395"
sha256 cellar: :any_skip_relocation, ventura: "7280fc0ae32a4b21e11e0a8d722cb09eead663210461045afa784e159454c253"
sha256 cellar: :any_skip_relocation, monterey: "b9d40a682472a1f0c915e2e1db44bd0c407614c8f43d4a8c78fd87248bf09e3e"
sha256 cellar: :any_skip_relocation, big_sur: "162781035df8483fbca3b4119a04ba7986766a72a8dd7574b68c95cf00af2328"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5b88608dc240f384569669b4192c8df5c0a163a0df492892a31e4c1b1d27b0e1"
sha256 cellar: :any_skip_relocation, arm64_ventura: "79bfaf40dd61a15f985e67817fc3c17b5e4c905afac60f9aba94414f4976bf45"
sha256 cellar: :any_skip_relocation, arm64_monterey: "8810b16abb3f080f25f62faeebfbc0aa557c15535a44bbe3ace5ccdde15c74aa"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "4ed2cf29f7e18184016b7e13247e7c486ec49114816e46bdd8a74f180b83c940"
sha256 cellar: :any_skip_relocation, ventura: "7600ccefb999a138062d8ca914bd24dc507a0477d67c4ece07ae2560cd5d2b0d"
sha256 cellar: :any_skip_relocation, monterey: "fae934980ea518f1e417fa89690086469ccb70e275b302e26505aec7b974e63c"
sha256 cellar: :any_skip_relocation, big_sur: "04ce8176fb90170a3e65dc5c2a4e385d5d6ab34dda2871d1248a7feb1522d621"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a01053a77b07b08f9043f776c5c202654e3a86d66b5304ebc2896a53879af2bc"
end

depends_on "go" => :build
Expand Down

0 comments on commit 753e695

Please sign in to comment.