Skip to content

Commit

Permalink
Merge pull request #197108 from Homebrew/update-find-any-file
Browse files Browse the repository at this point in the history
  • Loading branch information
bevanjkay authored Jan 3, 2025
2 parents 2548d14 + 7818c18 commit 8ebeb02
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Casks/f/find-any-file.rb
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
cask "find-any-file" do
version "2.5.5"
sha256 "57ef75b7ee92e9d27a570d4e878e4e1ccd2805456411f089bf0459224c555f2b"
version "2.5.5,394"
sha256 :no_check # required as upstream package is updated in-place

url "https://s3.amazonaws.com/files.tempel.org/FindAnyFile_#{version}.zip",
url "https://s3.amazonaws.com/files.tempel.org/FindAnyFile_#{version.csv.first}.zip",
verified: "s3.amazonaws.com/"
name "Find Any File"
desc "File finder"
homepage "https://findanyfile.app/"

livecheck do
url :homepage
regex(/href=.*?FindAnyFile[._-]v?(\d+(?:\.\d+)+)\.zip/i)
url "https://findanyfile.app/appcast#{version.major}.php"
strategy :sparkle
end

depends_on macos: ">= :el_capitan"
Expand Down

0 comments on commit 8ebeb02

Please sign in to comment.