homebrew-cask/Casks/fsnotes.rb

18 lines
599 B
Ruby

cask 'fsnotes' do
version '4.0.17'
sha256 'adfb8d4ca374065a9fda62aee660fc4c64a7a9ee44a3f79c699a94e10a61be0c'
# 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