mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
11 lines
289 B
Ruby
11 lines
289 B
Ruby
cask :v1 => 'orange' do
|
|
version '2.7.8-a81a512'
|
|
sha256 '2f91e55f41f08b0d691b553f70c38266491ba8efd1c0bd2c60ad8791cd25d81f'
|
|
|
|
url "http://orange.biolab.si/download/files/Orange-#{version}.dmg"
|
|
name 'Orange'
|
|
homepage 'http://orange.biolab.si/'
|
|
license :gpl
|
|
|
|
app 'Orange.app'
|
|
end
|