Skip to content

Commit

Permalink
Merge pull request Homebrew#168578 from Homebrew/bump-rke-1.5.8
Browse files Browse the repository at this point in the history
rke 1.5.8
  • Loading branch information
BrewTestBot authored Apr 10, 2024
2 parents 6d3dd37 + 63d09b8 commit dbd4e23
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/r/rke.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Rke < Formula
desc "Rancher Kubernetes Engine, a Kubernetes installer that works everywhere"
homepage "https://rke.docs.rancher.com/"
url "https://github.com/rancher/rke/archive/refs/tags/v1.5.7.tar.gz"
sha256 "a790f65938330b48c997a11d55277b6d6c820f95c5ac9415a87e99d12d43ad3c"
url "https://github.com/rancher/rke/archive/refs/tags/v1.5.8.tar.gz"
sha256 "b5ceb9325e4b00c1cb029a638517e3ad3e65320d2fa1edf280314f8f059d3e4d"
license "Apache-2.0"

# It's necessary to check releases instead of tags here (to avoid upstream
Expand All @@ -16,13 +16,13 @@ class Rke < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1521e5ba89cee9ea7ff5aceee5666b66dacff7c7a358e037e8de5fea9fdd8707"
sha256 cellar: :any_skip_relocation, arm64_ventura: "27198f25e797c8891b9d072f11484ebefaf125b17641810490873381144542e0"
sha256 cellar: :any_skip_relocation, arm64_monterey: "d1c5b06581b64e66ce2856eaa06aa6d9dfb252500e23b3e4b4c3c349f16f4f6f"
sha256 cellar: :any_skip_relocation, sonoma: "6e9724c0502c18fd36f0535d759ff099096f350e920fc91fcc4328113fd5198f"
sha256 cellar: :any_skip_relocation, ventura: "7382f9f461f25ccf2dec15dc5f43bdefb76275ba8b5f86d991b639843a78eab3"
sha256 cellar: :any_skip_relocation, monterey: "083d57c571daad5a5c89676009c6cdce4a27ac3aa4b0d52646366bd618660f7e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "92ff82b7fadbd27176128c7d2c5d1ad99990cf6c7f2409d644aed2804813ab88"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "63d6a074b8efdb069f276a324859da9ecac55a5e3c2367d2ba900e7555a1c949"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e3b5379f8a6c0eff107c713defb79b783405a3b4c37d521e780eae7eb8c4d1b7"
sha256 cellar: :any_skip_relocation, arm64_monterey: "6e3e7cb6fd26c348a8c34b7db9e276b97c37f1f2d3660f7fe5ae03b5b2a71a5d"
sha256 cellar: :any_skip_relocation, sonoma: "ff746f870809e02b9199dda2788bdd0e49a7990cc3c7dab5b279399cc947c1e0"
sha256 cellar: :any_skip_relocation, ventura: "b83747868c9a9ffe372685309a8c01a6ee77e5c87060365cac5d0425f31a21cf"
sha256 cellar: :any_skip_relocation, monterey: "bb5b8ebb71877b8edd677d8d53c4fe21ddef4464f56236ca80d46dbcb92222d2"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f2b15cccf5d53064902116227837455188173a435ac42ffba7b654211f44d837"
end

depends_on "go" => :build
Expand Down

0 comments on commit dbd4e23

Please sign in to comment.