Files
homebrew-cask/Casks/f/find-any-file.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

22 lines
579 B
Ruby

cask "find-any-file" do
version "2.4.1"
sha256 "dc470272cbc898ac26a0bf9c2148722a8ca6005fa415acbcc4b269642395ef13"
url "https://s3.amazonaws.com/files.tempel.org/FindAnyFile_#{version}.zip",
verified: "s3.amazonaws.com/"
name "Find Any File"
desc "File finder"
homepage "https://apps.tempel.org/FindAnyFile/"
livecheck do
url "https://findanyfile.app/appcast#{version.major}.php"
strategy :sparkle, &:short_version
end
depends_on macos: ">= :el_capitan"
app "Find Any File.app"
zap trash: "~/Library/Application Support/Find Any File"
end