Skip to content

Commit

Permalink
ryelang: use github_latest livecheck strategy
Browse files Browse the repository at this point in the history
Due to few failed releases:
* #197422
* #197452
  • Loading branch information
stefanb committed Nov 12, 2024
1 parent a1cebc0 commit 16160be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Formula/r/ryelang.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 16160be

Please sign in to comment.