mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Update firestorm.rb
This commit is contained in:
@@ -11,6 +11,8 @@ cask "firestorm" do
|
||||
url "https://www.firestormviewer.org/mac/"
|
||||
strategy :page_match do |page|
|
||||
v = page[%r{href=.*?/Phoenix-Firestorm-Releasex64-(\d+(?:-\d+)*)\.dmg}i, 1]
|
||||
next if v.blank?
|
||||
|
||||
v.tr("-", ".")
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user