homebrew-cask/Casks/inky.rb

16 lines
387 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'inky' do
2017-02-03 03:16:18 +08:00
version '3.2.7_104'
sha256 '1254b7de7527b60727a87823bfb5863f30f3645e19a7f10c6824b0b8260ce950'
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
zap delete: [
'~/Library/Application Support/Arcode',
'~/Library/Caches/com.arcode.inky',
]
end