homebrew-cask/Casks/inky.rb

16 lines
383 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'inky' do
2017-04-24 14:56:56 +08:00
version '3.3.0_114'
sha256 '77627cef367177adbf081a7772863f7b448951261f0036ce759b96526cb70140'
2016-04-24 20:23:14 +08:00
url "https://download.inky.com/InkyInstall_osx_#{version}.dmg"
2015-01-10 05:38:54 +08:00
name 'Inky'
2016-11-15 07:18:55 +08:00
homepage 'https://inky.com/'
2014-09-16 00:05:44 +08:00
app 'Inky.app'
2014-10-11 22:28:59 +08:00
2017-11-18 18:20:45 +08:00
zap trash: [
'~/Library/Application Support/Arcode',
'~/Library/Caches/com.arcode.inky',
]
end