homebrew-cask/Casks/trym.rb

16 lines
419 B
Ruby
Raw Normal View History

2017-09-22 19:13:42 +08:00
cask 'trym' do
version '1.1.0'
sha256 'e277977e54070760b29de0ccc6ce549d0fe2b36f930c5a2208191f050224d991'
2018-10-07 12:28:29 +08:00
url "https://kontentapps.com/releases/trym-#{version.dots_to_hyphens}.dmg"
2017-09-22 19:13:42 +08:00
name 'Trym'
2018-10-07 12:28:29 +08:00
homepage 'https://kontentapps.com/trym'
2017-09-22 19:13:42 +08:00
app 'Trym.app'
zap trash: [
'~/Library/Application Support/Trym',
'~/Library/Preferences/com.kontentapps.svgtool.plist',
]
end