homebrew-cask/Casks/console.rb

14 lines
390 B
Ruby

cask 'console' do
version '0.2.0'
sha256 'b49df2c4df4e99a9f4b50d8b426b1084f0d64a3d037a7e9960c5e87968f03b87'
url "https://github.com/macmade/Console/releases/download/#{version}/Console.app.zip"
appcast 'https://github.com/macmade/Console/releases.atom'
name 'Console'
homepage 'https://github.com/macmade/Console'
depends_on macos: '>= :el_capitan'
app 'Console.app'
end