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

18 lines
527 B
Ruby

cask "freenettray" do
version "2.2.0"
sha256 "1351ee80def91f0fd7bb0903921d1987070e38787eacdb0ae8801b8f52bf0dac"
url "https://github.com/freenet/mactray/releases/download/v#{version}/FreenetTray_#{version}.zip",
verified: "github.com/freenet/mactray/"
name "Freenet"
desc "Menu bar application to control Freenet"
homepage "https://freenetproject.org/"
app "FreenetTray.app"
zap trash: [
"~/Library/Application Support/Freenet",
"~/Library/Preferences/org.freenetproject.mactray.plist",
]
end