homebrew-cask/Casks/fsnotes.rb

18 lines
599 B
Ruby

cask 'fsnotes' do
version '4.0.25'
sha256 '1cce95f8dff053c32f2881db491f8cf56deac8a42daae15664ed3ab322ea07bd'
# 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