homebrew-cask/Casks/gureumkim.rb

15 lines
535 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'gureumkim' do
2017-12-02 02:39:59 +08:00
version '1.9.0c'
sha256 'eac1817137be39e0f36a9f2e2f0170c3eb3eeb6bf28ec25c5143c7de82a50050'
2015-08-12 23:55:49 +08:00
# github.com/gureum/gureum was verified as official when first introduced to the cask
2015-08-12 23:55:49 +08:00
url "https://github.com/gureum/gureum/releases/download/GureumKIM-#{version.delete('a-z')}/GureumKIM-#{version}.pkg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/gureum/gureum/releases.atom'
2015-08-12 23:55:49 +08:00
name '구름 입력기'
homepage 'http://gureum.io/'
2015-08-12 23:55:49 +08:00
pkg "GureumKIM-#{version}.pkg"
uninstall pkgutil: 'org.youknowone.inputmethod.Gureum'
2015-08-12 23:55:49 +08:00
end