Skip to content

Commit

Permalink
Merge pull request Homebrew#200548 from Homebrew/bump-okteto-3.2.0
Browse files Browse the repository at this point in the history
okteto 3.2.0
  • Loading branch information
BrewTestBot authored Dec 9, 2024
2 parents 35b9dce + 758e3d5 commit 4639b69
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/o/okteto.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
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/refs/tags/3.1.0.tar.gz"
sha256 "5a06faadf389ab65c6e975600d2c2aada25ccc10e00ac941b490442bb51839f1"
url "https://github.com/okteto/okteto/archive/refs/tags/3.2.0.tar.gz"
sha256 "75734275b74d07172648f88d9b09cc73ffe8166a008d2df55051f86680a78335"
license "Apache-2.0"
head "https://github.com/okteto/okteto.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c8d082eeabe561411318f524d84aeb991b4b350f64c851717a5932d4bcc8de38"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3f319138fb70f2034579924fc7e05a8906fb462c75c3d8924569965c8958b0b0"
sha256 cellar: :any_skip_relocation, arm64_ventura: "364b159e46c095e0d0795364cc6903362f8e7cac13a04932d5b54d908e77c325"
sha256 cellar: :any_skip_relocation, sonoma: "920efbbb341366c6f59ce548e6035eb9540bae857c7e888d2cc59a7a6b99f977"
sha256 cellar: :any_skip_relocation, ventura: "6352783690fe4856e8c6dc42583b626c169da171e4fd8186dd2f299593f55e4e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "bdfa1e5a74a4b5795e426e32cbbcf9a7b595701a104d4cbab1fa034f79dde422"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "56b2cc66becec6481c06ffadc4157ac5e765c3f6c38d7db3443a47855ddea95c"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5c72e5fad5a348e4c82a53421350d02f0327d7c0092948eef4c92135274e515d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e44efbb323d69c1babac6f9f657296de92da490292af549edf8047aadb42336f"
sha256 cellar: :any_skip_relocation, sonoma: "ee5721e5bca9d7352d3af3ece72c25753e1d16f810c50e8ed5f7af838d7fcab0"
sha256 cellar: :any_skip_relocation, ventura: "8074cf3afa7b0f6b56efbe5ce63f97b08d51c6c4e8a4e94f2c0d49bbfb4b2c85"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ffdad86f9fa84778fc5b611fa0b986f7082fa36ce3c8e661272c18b93cecf5c6"
end

depends_on "go" => :build
Expand Down

0 comments on commit 4639b69

Please sign in to comment.