homebrew-cask/Casks/coderunner.rb

15 lines
531 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'coderunner' do
2015-11-11 05:49:44 +08:00
version '2.1.1'
sha256 '8b18a0db9966c537b6eb7b36502e74fa93cfed20aa06e4c56c57ecf3cc9e304c'
2016-02-12 06:59:11 +08:00
# dktfof1z89xc1.cloudfront.net was verified as official when first introduced to the cask
2015-07-25 02:28:20 +08:00
url "https://dktfof1z89xc1.cloudfront.net/CodeRunner%20#{version}.zip"
2015-05-23 01:20:11 +08:00
appcast 'https://coderunnerapp.com/appcast.xml',
checkpoint: 'aa635031ef7f7c3f2badded4fc5c2ff98009ed9b4c28c8d4aeb722a855a8e204'
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