Files
homebrew-cask/Casks/f/fellow.rb
2023-11-02 18:58:19 -04:00

22 lines
585 B
Ruby

cask "fellow" do
version "1.4.28"
sha256 "1ad468f56a0d5ee3512874ed2c0110b0d07ab7ef266f04d7b342fe0b647e4c5a"
url "https://cdn.fellow.app/desktop/#{version}/darwin/stable/universal/Fellow-#{version}-universal.dmg"
name "Fellow"
desc "Collaborative meeting agendas, notes, and action items"
homepage "https://fellow.app/"
livecheck do
url "https://fellow.app/desktop/download/darwin/latest/"
strategy :header_match
end
app "Fellow.app"
zap trash: [
"~/Library/Application Support/Fellow",
"~/Library/Preferences/com.electron.fellow.plist",
]
end