homebrew-cask/Casks/aquaskk.rb

16 lines
533 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'aquaskk' do
2016-03-24 10:23:58 +08:00
version '4.3.5'
sha256 '111825f13c0757fc98e669ee149bf41d343efedfc9808573f996bf1e5d052309'
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-03-24 10:23:58 +08:00
checkpoint: '8a40187b9e784fe8be4bf5d0b03177282ea24f1a9d29594f32315e54c900f9ac'
2015-10-15 12:50:35 +08:00
name 'AquaSKK'
homepage 'https://github.com/codefirst/aquaskk'
license :gpl
pkg 'AquaSKK.pkg'
uninstall pkgutil: 'jp.sourceforge.inputmethod.aquaskk.pkg'
2015-10-15 12:50:35 +08:00
end