homebrew-cask/Casks/coderunner.rb

15 lines
529 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'coderunner' do
2016-07-18 23:58:17 +08:00
version '2.2.1'
sha256 '9ffbe6ae8ab3636a31a9855d8a334d838bc964ab8da1c0e22b6c063ebb114eaa'
2016-02-12 06:59:11 +08:00
# dktfof1z89xc1.cloudfront.net was verified as official when first introduced to the cask
2016-07-18 23:58:17 +08:00
url "https://dktfof1z89xc1.cloudfront.net/CodeRunner-#{version}.zip"
2015-05-23 01:20:11 +08:00
appcast 'https://coderunnerapp.com/appcast.xml',
2016-07-18 23:58:17 +08:00
checkpoint: '646d31985b3a1407ba36c0db3850925fd12c14821b64c5a2e2514337c9a834e0'
2015-08-14 04:27:50 +08:00
name 'CodeRunner'
homepage 'https://coderunnerapp.com/'
2015-08-14 04:27:50 +08:00
license :commercial
app 'CodeRunner.app'
end