find-any-file: update livecheck

This commit is contained in:
Bevan Kay
2024-02-08 09:33:06 +00:00
parent f723bde8f6
commit 04af204120
+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"