homebrew-cask/Casks/console.rb

14 lines
390 B
Ruby
Raw Normal View History

2017-03-14 11:33:20 +08:00
cask 'console' do
2017-10-26 03:42:22 +08:00
version '0.2.0'
sha256 'b49df2c4df4e99a9f4b50d8b426b1084f0d64a3d037a7e9960c5e87968f03b87'
2017-03-14 11:33:20 +08:00
url "https://github.com/macmade/Console/releases/download/#{version}/Console.app.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/macmade/Console/releases.atom'
2017-03-14 11:33:20 +08:00
name 'Console'
homepage 'https://github.com/macmade/Console'
depends_on macos: '>= :el_capitan'
app 'Console.app'
end