Skip to content

Commit

Permalink
Fix beta livecheck regex
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelblyons authored and woj-tek committed Jul 28, 2023
1 parent 8f7d6b4 commit ba7cac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Casks/beagleim-beta.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

livecheck do
url :url
regex(/^(\d+\.\d+\(?:.\d+)?-b\d+)$/i)
regex(/v?(\d+(?:\.\d+)+-b\d+)/i)
strategy :github_releases do |json, regex|
json.map do |release|
next if release["draft"] || !release["prerelease"]
Expand Down

0 comments on commit ba7cac4

Please sign in to comment.