Skip to content

Commit

Permalink
Update Casks/s/samsung-magician.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
khipp authored Dec 2, 2024
1 parent 4e802ee commit 1dab0c7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Casks/s/samsung-magician.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@

livecheck do
url :homepage
regex(/Samsung_Magician_Installer_Official_?(\d+(?:\.\d+)+)\.pkg/i)
strategy :page_match do |page, regex|
page.scan(regex).map { |match| (match[0]).to_s }
end
regex(/href=.*?Samsung_Magician_Installer_Official[._-]v?(\d+(?:\.\d+)+)\.pkg/i)
end

auto_updates true
Expand Down

0 comments on commit 1dab0c7

Please sign in to comment.