homebrew-cask/Casks/storyboarder.rb

20 lines
848 B
Ruby

cask 'storyboarder' do
version '1.18.0'
sha256 '857c04ba5ed7cc06e816896cfd4f7ef6d4c463b4a481af4568bfbd7337ac9d34'
# github.com/wonderunit/storyboarder/ was verified as official when first introduced to the cask
url "https://github.com/wonderunit/storyboarder/releases/download/v#{version}/Storyboarder-#{version}.dmg"
appcast 'https://github.com/wonderunit/storyboarder/releases.atom'
name 'Wonder Unit Storyboarder'
homepage 'https://wonderunit.com/storyboarder/'
app 'Storyboarder.app'
zap trash: [
'~/Library/Application Support/Storyboarder',
'~/Library/Preferences/com.wonderunit.storyboarder.helper.plist',
'~/Library/Preferences/com.wonderunit.storyboarder.plist',
'~/Library/Saved Application State/com.wonderunit.storyboarder.savedState',
]
end