mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
12 lines
318 B
Ruby
12 lines
318 B
Ruby
cask "rodeo" do
|
|
version "2.5.2"
|
|
sha256 "9e96d1966cc2a5159c4079312e30c1c20ad834fa766bc92dac938fb944c79d0d"
|
|
|
|
url "https://github.com/yhat/rodeo/releases/download/v#{version}/Rodeo-#{version}.dmg"
|
|
name "Rodeo"
|
|
desc "Data science IDE for Python"
|
|
homepage "https://github.com/yhat/rodeo"
|
|
|
|
app "Rodeo.app"
|
|
end
|