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-12-24 16:11:17 +08:00
version '4.4.5'
sha256 'a0d3c21abc914da4b81a93b7af4a4c8d26a3afbc49bb7af3b24376356d3d0a18'
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',
2017-04-29 01:24:30 +08:00
checkpoint: '703ef949c2280782584897ee6bdd1ea44da9d649761e9f249cdb2d0048465396'
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