mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
22 lines
585 B
Ruby
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
|