Skip to content

Commit

Permalink
Merge pull request #190249 from Homebrew/lyrics-master-update-livecheck
Browse files Browse the repository at this point in the history
lyrics-master: update livecheck
  • Loading branch information
bevanjkay authored Oct 30, 2024
2 parents 4b9c671 + 3603c53 commit 99ec016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Casks/l/lyrics-master.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

livecheck do
url :homepage
regex(/href=.*?LyricsMaster[._-]?v?(\d+(?:\.\d+)*)\.dmg/)
regex(/href=.*?LyricsMaster[._-]?v?(\d+(?:\.\d+)*)\.dmg/i)
strategy :page_match do |page, regex|
match = page.match(regex)
next if match.blank?
Expand Down

0 comments on commit 99ec016

Please sign in to comment.