homebrew-cask/Casks/smartsvn.rb

18 lines
623 B
Ruby
Raw Normal View History

cask 'smartsvn' do
2018-05-27 06:45:39 +08:00
version '9.3.1'
sha256 '89d4ac14ca2be9b985afffbb2ec3cbeaefae32704809e7612fa78dc75eaa4004'
2018-03-14 06:21:19 +08:00
url "https://www.smartsvn.com/downloads/smartsvn/smartsvn-macosx-#{version.dots_to_underscores}.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://www.smartsvn.com/documents/smartsvn/changelog.txt'
name 'SmartSVN'
homepage 'http://www.smartsvn.com/'
app "SmartSVN #{version.major_minor}.app"
2017-11-18 17:54:26 +08:00
zap trash: [
'~/Library/Preferences/com.syntevo.smartsvn.plist',
'~/Library/Preferences/SmartSVN',
'~/Library/Saved Application State/com.syntevo.smartsvn.savedState',
]
end