homebrew-cask/Casks/aquaskk.rb

15 lines
518 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'aquaskk' do
2016-10-29 10:00:42 +08:00
version '4.4.2'
sha256 '745a864ac3682cfe9f94ad39f46ffbdd25c448f962647607c05bd3bb284bacef'
2015-10-15 12:50:35 +08:00
url "https://github.com/codefirst/aquaskk/releases/download/#{version}/AquaSKK-#{version}.dmg"
2016-01-11 11:29:38 +08:00
appcast 'https://github.com/codefirst/aquaskk/releases.atom',
2016-10-29 10:00:42 +08:00
checkpoint: '1525cf3a5ea8a2d9ee540bb3e9320cf512061b95683bc73353b6694c1f3ed2c2'
2015-10-15 12:50:35 +08:00
name 'AquaSKK'
homepage 'https://github.com/codefirst/aquaskk'
pkg 'AquaSKK.pkg'
uninstall pkgutil: 'jp.sourceforge.inputmethod.aquaskk.pkg'
2015-10-15 12:50:35 +08:00
end