Files
homebrew-cask/Casks/f/fresh.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

28 lines
677 B
Ruby

cask "fresh" do
version "4.0.7,407.101"
sha256 :no_check
url "https://ironicsoftware.com/downloads/Fresh.zip"
name "Fresh"
desc "Keep your recently modified files at hand and up-to-date"
homepage "https://ironicsoftware.com/fresh/"
livecheck do
url :url
strategy :extract_plist
end
depends_on macos: ">= :high_sierra"
app "Fresh.app"
zap trash: [
"~/Library/Application Scripts/com.ironic.fresh4",
"~/Library/Application Support/Fresh",
"~/Library/Caches/com.ironic.fresh4",
"~/Library/Containers/com.ironic.fresh4",
"~/Library/HTTPStorages/com.ironic.fresh4",
"~/Library/Preferences/com.ironic.fresh4.plist",
]
end