homebrew-cask/Casks/gureumkim.rb

16 lines
553 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'gureumkim' do
2015-08-12 23:55:49 +08:00
version '1.8.9c'
sha256 'f0e69d60ac57b83f475313b2e38ca42c06b3d46cfec69ef77a274a89695ff9ae'
url "https://github.com/gureum/gureum/releases/download/GureumKIM-#{version.delete('a-z')}/GureumKIM-#{version}.pkg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/gureum/gureum/releases.atom',
:sha256 => '241eb7bbf1ff3a4d272b6d4813c343fe885ef1258159311ec32e02fb291a5262'
2015-08-12 23:55:49 +08:00
name '구름 입력기'
homepage 'http://gureum.io'
license :oss
pkg "GureumKIM-#{version}.pkg"
uninstall :pkgutil => 'org.youknowone.inputmethod.Gureum'
end