homebrew-cask/Casks/ghc.rb

12 lines
396 B
Ruby
Raw Normal View History

2014-11-14 01:25:55 +08:00
cask :v1 => 'ghc' do
2015-03-30 14:06:53 +08:00
version '7.10.1-r0'
sha256 '0daeeea37bad9cfb14d0240a531ced4f6cd8de2ceb5ec6f9328c5888f8c8abe0'
2014-07-02 09:07:22 +08:00
url "https://github.com/ghcformacosx/ghc-dot-app/releases/download/v#{version}/ghc-#{version}.zip"
2015-03-15 19:50:57 +08:00
appcast 'https://github.com/ghcformacosx/ghc-dot-app/releases.atom'
homepage 'http://ghcformacosx.github.io/'
2014-10-01 23:32:57 +08:00
license :oss
2015-02-22 17:32:09 +08:00
app "ghc-#{version.sub(/-.+/,'')}.app"
2014-05-26 13:20:44 +08:00
end