homebrew-cask/Casks/aquaskk.rb

14 lines
426 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'aquaskk' do
2018-10-14 21:10:36 +08:00
version '4.7.0'
sha256 '386434b025e62bf399d7ceb408e6f85212c82bed54e778a6dc187a8ef2dc9a27'
2015-10-15 12:50:35 +08:00
2018-05-13 12:45:31 +08:00
url "https://github.com/codefirst/aquaskk/releases/download/#{version}/AquaSKK-#{version}.pkg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/codefirst/aquaskk/releases.atom'
2015-10-15 12:50:35 +08:00
name 'AquaSKK'
homepage 'https://github.com/codefirst/aquaskk'
2018-05-13 12:45:31 +08:00
pkg "AquaSKK-#{version}.pkg"
2015-10-15 12:50:35 +08:00
uninstall pkgutil: 'org.codefirst.aquaskk.pkg'
2015-10-15 12:50:35 +08:00
end