diff --git a/Formula/r/rke.rb b/Formula/r/rke.rb index a89b3df55b392..f26fcee2b8310 100644 --- a/Formula/r/rke.rb +++ b/Formula/r/rke.rb @@ -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.7.0.tar.gz" - sha256 "23c6e009937401959c232abbc357d29232a59a31ff1a261a1a12b859b8dd7f51" + url "https://github.com/rancher/rke/archive/refs/tags/v1.7.1.tar.gz" + sha256 "e7d75999c17d49d5232be90980a0fbecc55e7ceddd10f9c997f792c20e71f11c" license "Apache-2.0" # It's necessary to check releases instead of tags here (to avoid upstream @@ -16,12 +16,12 @@ class Rke < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "551f96c952d03a4aec570d3c90e8affe339fa2b8d8e88b4c4ef598f381dc4962" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "518282a4273da3f0dc507269597d6964528ce3b71e62fa8eced8b297c109c754" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e218e2fe79d1f3f40baddfc54c0cdeac312f68965f8596934420937264bea8a2" - sha256 cellar: :any_skip_relocation, sonoma: "16d0d874255ad40f1d07231d932241d69f1c54e282b42a5a59e3189b5624360e" - sha256 cellar: :any_skip_relocation, ventura: "f5d6cb5ef6803bd32807bb6ba59d807ae4c0a050785e630314efcb66aa4279f1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f6a49d8f62dafbefb523963851f2f973abd2b006cf5922d4875797f22099bade" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f5ca0af79dfc23a47bef4977e04f300fda6e72cb64b575ec9e69801626438519" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "94b6993dcfba5e5c0688602d49d90f04275201d5e2665488024dd609fc1051b6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "446b92d0480e2fcccb3898a9d789f7c86e42e29ccc05a84bd663919f2a248b27" + sha256 cellar: :any_skip_relocation, sonoma: "fc5dadce11fc01b3ac45ed1e1ef983212b802c08c36ebdf3940b87912a49c4a1" + sha256 cellar: :any_skip_relocation, ventura: "cc50935ebf12eaeb79d0a43237717bd3d2d2b84e94aedb23c7b4f0e3c80e602a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "937afd4b5c54b43e7c358c003218af4c03e5f648ee52689fbc5ad8702189cadb" end depends_on "go" => :build