homebrew-cask/Casks/ghc.rb

13 lines
410 B
Ruby
Raw Normal View History

2014-11-14 01:25:55 +08:00
cask :v1 => 'ghc' do
2015-08-01 19:22:37 +08:00
version '7.10.2-r0'
sha256 'b581a90ca6b6cf3c6f94304aac8b9018d95fa15e7b18c168efa434def1a249e5'
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'
2015-05-09 03:41:44 +08:00
name 'GHC'
2015-06-29 14:32:18 +08:00
homepage 'https://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