homebrew-cask-versions/Casks/coderunner.rb
Maurice Kelly 6ac51634e9 Add CodeRunner at latest version
I've set up this new cask to use the :latest as the main download
URL will redirect to the appropriately versioned file. If it is
preferable to use an explicit version I can change it to do so.
2014-12-12 14:46:42 +00:00

11 lines
216 B
Ruby

cask :v1 => 'coderunner' do
version :latest
sha256 :no_check
url "https://coderunnerapp.com/download"
name 'CodeRunner'
homepage 'https://coderunnerapp.com/'
license :unknown
app 'CodeRunner.app'
end