Merge pull request #167591 from Homebrew/mutedeck-livecheck

This commit is contained in:
Patrick Linnane
2024-02-25 22:57:18 -08:00
committed by GitHub
+2 -2
View File
@@ -10,8 +10,8 @@ cask "mutedeck" do
homepage "https://mutedeck.com/"
livecheck do
url "https://mutedeck.canny.io/changelog"
regex(/Most\srecent\supdate:\sv(\d+(?:\.\d+)+)/i)
url "https://mutedeck.canny.io/api/changelog/feed.rss"
regex(/<title>\s*v?(\d+(?:\.\d+)+)[ <"]/i)
end
depends_on macos: ">= :big_sur"