homebrew-cask/Casks/storyboarder.rb

20 lines
850 B
Ruby

cask 'storyboarder' do
version '1.7.0'
sha256 'f9bf075aee8369a461731522a84fc3043fc6a5113c4422581d4e6ccd1de7690e'
# 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}-mac.zip"
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