homebrew-cask/Casks/scopebox.rb

16 lines
451 B
Ruby
Raw Normal View History

cask 'scopebox' do
2017-11-21 20:58:13 +08:00
version '3.5.5'
sha256 '6f5b880dc7c4cb16b4407117dd1ddc619020b906aa122a6cf20caaf90da726cf'
url "https://www.divergentmedia.com/filedownload/ScopeBox%20#{version}.dmg"
name 'ScopeBox'
homepage 'https://www.divergentmedia.com/scopebox'
app 'ScopeBox.app'
2017-11-18 17:54:26 +08:00
zap trash: [
'~/Library/Preferences/com.divergentmedia.scopebox.plist',
'~/Library/Application Support/ScopeBox',
]
end