homebrew-cask/Casks/moscow-ml.rb

16 lines
554 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'moscow-ml' do
2014-09-28 02:18:50 +08:00
version '2.10.1'
sha256 '4b3e2035b106c688e43e7d415ca74ca8970f74656cc2c17326c5fb7d1f948ca0'
# github.com/kfl/mosml was verified as official when first introduced to the cask
2014-09-28 02:18:50 +08:00
url "https://github.com/kfl/mosml/releases/download/ver-#{version}/mosml-#{version}.pkg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/kfl/mosml/releases.atom',
checkpoint: 'cfcbf13e545b295cc08a59c5887b5727aa543f3e5dc341310923edf7e29fb788'
2015-01-05 04:41:26 +08:00
name 'Moscow ML'
2014-09-28 02:18:50 +08:00
homepage 'http://mosml.org/'
pkg "mosml-#{version}.pkg"
2014-11-22 22:12:42 +08:00
uninstall pkgutil: 'org.mosml'
2014-09-28 02:18:50 +08:00
end