homebrew-cask/Casks/raptor.rb

14 lines
533 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',
2016-02-03 08:35:11 +08:00
checkpoint: '0f631ed3d1dafea70b65dc0427b4e2ec3d6743eb98e8be187d7fc4abaef39ff0'
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
license :bsd
2016-01-18 11:08:35 +08:00
app 'Raptor.app'
2014-12-22 09:01:42 +08:00
end