Merge pull request #166257 from Homebrew/faf-livecheck

find-any-file: update livecheck
This commit is contained in:
Bevan Kay
2024-02-08 10:00:02 +00:00
committed by GitHub
+2 -2
View File
@@ -9,8 +9,8 @@ cask "find-any-file" do
homepage "https://apps.tempel.org/FindAnyFile/"
livecheck do
url "https://findanyfile.app/appcast#{version.major}.php"
strategy :sparkle, &:short_version
url :homepage
regex(/href=.*?FindAnyFile[._-]v?(\d+(?:\.\d+)+)\.zip/i)
end
depends_on macos: ">= :el_capitan"