From 16160bea96d614218cfb82598bad5ad583b1478d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Baebler?= Date: Tue, 12 Nov 2024 18:17:19 +0100 Subject: [PATCH] ryelang: use github_latest livecheck strategy Due to few failed releases: * https://github.com/Homebrew/homebrew-core/pull/197422 * https://github.com/Homebrew/homebrew-core/pull/197452 --- Formula/r/ryelang.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Formula/r/ryelang.rb b/Formula/r/ryelang.rb index 6ebccb9a00548..5fdb36f39a24e 100644 --- a/Formula/r/ryelang.rb +++ b/Formula/r/ryelang.rb @@ -6,6 +6,11 @@ class Ryelang < Formula license "Apache-2.0" head "https://github.com/refaktor/rye.git", branch: "main" + livecheck do + url :stable + strategy :github_latest + end + bottle do sha256 cellar: :any_skip_relocation, arm64_sequoia: "c1b1141d3842e28f41dfcb7db3e1be364526970f939265c6fabd427af40deab2" sha256 cellar: :any_skip_relocation, arm64_sonoma: "f7250821b862b9de318e0184ec379ddb6cf7c568446e349f9a8c2da18716dfa1"