homebrew-cask/Casks/storyboarder.rb

20 lines
792 B
Ruby

cask "storyboarder" do
version "2.0.1"
sha256 "11cb921986f889be923ffbfe5e702660cd724fd32f83b965238aac153b3d553e"
# 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