homebrew-cask/Casks/storyboarder.rb

20 lines
850 B
Ruby
Raw Normal View History

2018-01-10 02:24:57 +08:00
cask 'storyboarder' do
2018-06-28 03:41:20 +08:00
version '1.6.3'
sha256 '242290533fea82b1508ecedaea1dfa50de714eb328311764bb39f1d1f7cedce4'
2018-01-10 02:24:57 +08:00
# 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"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/wonderunit/storyboarder/releases.atom'
2018-01-10 02:24:57 +08:00
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