mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-06-30 06:12:15 -06:00
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.
11 lines
216 B
Ruby
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
|