homebrew-cask/Casks/smartsvn.rb

18 lines
619 B
Ruby

cask 'smartsvn' do
version '11.0.1'
sha256 '8327315545c7be2f43599a9bb5ca4b55bd183936535410d7f0b90e937112674b'
url "https://www.smartsvn.com/downloads/smartsvn/smartsvn-macosx-#{version.dots_to_underscores}.dmg"
appcast 'https://www.smartsvn.com/documents/smartsvn/changelog.txt'
name 'SmartSVN'
homepage 'https://www.smartsvn.com/'
app "SmartSVN #{version.major}.app"
zap trash: [
'~/Library/Preferences/com.syntevo.smartsvn.plist',
'~/Library/Preferences/SmartSVN',
'~/Library/Saved Application State/com.syntevo.smartsvn.savedState',
]
end