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.
16 lines
296 B
Ruby
16 lines
296 B
Ruby
cask "ionic-lab" do
|
|
version "0.29.1"
|
|
sha256 :no_check
|
|
|
|
url "https://ionic-io-assets.s3.amazonaws.com/labs/IonicLab.dmg",
|
|
verified: "ionic-io-assets.s3.amazonaws.com/"
|
|
name "IonicLab"
|
|
homepage "https://lab.ionic.io/"
|
|
|
|
app "Ionic Lab.app"
|
|
|
|
caveats do
|
|
discontinued
|
|
end
|
|
end
|