Skip to content

Commit

Permalink
Merge pull request #197765 from Homebrew/update-arc
Browse files Browse the repository at this point in the history
  • Loading branch information
p-linnane authored Jan 10, 2025
2 parents 8a41a43 + 422ffa8 commit 69474eb
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Casks/a/arc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,7 @@

livecheck do
url "https://releases.arc.net/updates.xml"
regex(%r{/Arc[._-]v?(\d+(?:\.\d+)+)[._-](\d+)\.zip}i)
strategy :sparkle do |item, regex|
match = item.url.match(regex)
next if match.blank?

"#{match[1]},#{match[2]}"
end
strategy :sparkle
end

auto_updates true
Expand Down

0 comments on commit 69474eb

Please sign in to comment.