homebrew-cask/Casks/ghc.rb

15 lines
595 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'ghc' do
2016-03-01 05:23:34 +08:00
version '7.10.3-r1'
sha256 '4daf43e58da7288dbbc90b5a9b4cfcdab8b3b1d7f09941fab61d45a660e837c4'
2016-02-11 05:48:59 +08:00
# github.com/ghcformacosx/ghc-dot-app was verified as official when first introduced to the cask
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',
2016-03-01 05:23:34 +08:00
checkpoint: 'b58f9a3b2f5855a120d5fc42d42faea139f4da6c6c550b912b0e6868899c6664'
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