homebrew-cask/Casks/fsnotes.rb

18 lines
566 B
Ruby

cask "fsnotes" do
version "4.5.1"
sha256 "7a17c253e33d666b33c8bf7715cab2693cf747d9f3dd0305bb7d86b5e7f401e7"
# github.com/glushchenko/fsnotes/ was verified as official when first introduced to the cask
url "https://github.com/glushchenko/fsnotes/releases/download/#{version}/FSNotes_#{version}.zip"
appcast "https://github.com/glushchenko/fsnotes/releases.atom"
name "FSNotes"
homepage "https://fsnot.es/"
app "FSNotes.app"
zap trash: [
"~/Library/Application Scripts/co.fluder.FSNotes",
"~/Library/Containers/co.fluder.FSNotes",
]
end