homebrew-cask/Casks/fsnotes.rb

19 lines
545 B
Ruby

cask "fsnotes" do
version "4.9.2"
sha256 "b4141358d4c4dc5e129463e2eda18bc2f207f7339b72554fffafa46c654c3a70"
url "https://github.com/glushchenko/fsnotes/releases/download/#{version}/FSNotes_#{version}.zip",
verified: "github.com/glushchenko/fsnotes/"
appcast "https://github.com/glushchenko/fsnotes/releases.atom"
name "FSNotes"
desc "Notes manager"
homepage "https://fsnot.es/"
app "FSNotes.app"
zap trash: [
"~/Library/Application Scripts/co.fluder.FSNotes",
"~/Library/Containers/co.fluder.FSNotes",
]
end