mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
meteorologist: update livecheck
This commit is contained in:
@@ -9,10 +9,12 @@ cask "meteorologist" do
|
||||
homepage "https://heat-meteo.sourceforge.io/"
|
||||
|
||||
livecheck do
|
||||
url "https://sourceforge.net/projects/heat-meteo/rss"
|
||||
regex(/Meteorologist[._-](\d+(?:\.\d+)+)(?![._-]b\d)\.dmg/i)
|
||||
url "https://sourceforge.net/projects/heat-meteo/rss?path=/Meteo"
|
||||
regex(%r{url=.*?/Meteorologist[._-]v?(\d+(?:\.\d+)+)\.dmg}i)
|
||||
end
|
||||
|
||||
depends_on macos: ">= :ventura"
|
||||
|
||||
app "Meteorologist.app"
|
||||
|
||||
zap trash: [
|
||||
|
||||
Reference in New Issue
Block a user