ipartition: add livecheck (#97761)

This commit is contained in:
Markus Reiter 2021-01-10 18:58:04 +01:00 committed by GitHub
parent 9d4754bd98
commit 0c7301ab20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -12,5 +12,11 @@ cask "ipartition" do
desc "Disk partitioning tool"
homepage "https://coriolis-systems.com/iPartition/"
livecheck do
url :homepage
strategy :page_match
regex(%r{href=.*?/iPartition-(\d+(?:\.\d+)*)\.dmg}i)
end
app "iPartition.app"
end