homebrew-cask/Casks/smlnj.rb

15 lines
437 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'smlnj' do
2015-02-22 17:17:45 +08:00
version '110.78'
sha256 'a83c33b177c5e1700ebb1bd7026a1d1a3a4515d6ce6ce1f16ed6cb6fa544b2e9'
2015-01-19 09:43:29 +08:00
# uchicago.edu is the official download host per the vendor homepage
url "http://smlnj.cs.uchicago.edu/dist/working/#{version}/smlnj-x86-#{version}.pkg"
2014-12-11 00:34:45 +08:00
name 'Standard ML of New Jersey'
homepage 'http://www.smlnj.org/'
2014-10-12 00:34:57 +08:00
license :oss
pkg "smlnj-x86-#{version}.pkg"
2014-11-22 22:12:45 +08:00
uninstall :pkgutil => 'org.smlnj.x86.pkg'
end