Files
homebrew-cask/Casks/c/console.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

13 lines
329 B
Ruby

cask "console" do
version "0.3.1"
sha256 "282455fda66cf8a84a551c2396649be8b668885b3a62819fbdd5033448934914"
url "https://github.com/macmade/Console/releases/download/#{version}/Console.app.zip"
name "Console"
homepage "https://github.com/macmade/Console"
depends_on macos: ">= :el_capitan"
app "Console.app"
end