homebrew-cask/Casks/raptor.rb

13 lines
518 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'raptor' do
2016-02-03 08:35:11 +08:00
version '1.0'
sha256 '66ec547bfb6eb8ecc2fcb2932631c75c9142515201e4079152b51ed005657f3a'
2014-12-22 09:01:42 +08:00
2016-02-03 08:35:11 +08:00
url "https://github.com/Raptor-Fics-Interface/Raptor/releases/download/v#{version}/Raptor_v#{version}_OS_X_Cocoa_x86_64.dmg"
2016-01-18 11:08:35 +08:00
appcast 'https://github.com/Raptor-Fics-Interface/Raptor/releases.atom',
2017-05-09 07:55:40 +08:00
checkpoint: '2d1999751d09f7abf7049f3a07f9815f6721fa16ce5300f522a5317db6809ec6'
2014-12-22 09:01:42 +08:00
name 'Raptor Chess Interface'
2016-01-18 11:08:35 +08:00
homepage 'https://github.com/raptor-fics-interface/raptor'
2014-12-22 09:01:42 +08:00
2016-01-18 11:08:35 +08:00
app 'Raptor.app'
2014-12-22 09:01:42 +08:00
end