homebrew-cask/Casks/ghc.rb

14 lines
495 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask '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-12-26 04:57:40 +08:00
appcast 'https://github.com/ghcformacosx/ghc-dot-app/releases.atom',
:sha256 => '135574a1f7a6be02316f69400e55e467d1b9daec428ec380942efd791f387c23'
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
app "ghc-#{version.sub(%r{-.+}, '')}.app"
2014-05-26 13:20:44 +08:00
end