homebrew-cask/Casks/smartsvn.rb

18 lines
624 B
Ruby

cask 'smartsvn' do
version '9.3.2'
sha256 '69dee11c1230e1ec59b0022552c6dd26788d810295315be82e0f0186bacf8925'
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_minor}.app"
zap trash: [
'~/Library/Preferences/com.syntevo.smartsvn.plist',
'~/Library/Preferences/SmartSVN',
'~/Library/Saved Application State/com.syntevo.smartsvn.savedState',
]
end