homebrew-cask/Casks/plug.rb

13 lines
270 B
Ruby

cask :v1 => 'plug' do
version :latest
sha256 :no_check
url 'http://www.plugformac.com/files/Plug-latest.dmg'
appcast 'http://www.plugformac.com/files/sparklecast.xml'
name 'Plug'
homepage 'http://www.plugformac.com/'
license :gratis
app 'Plug.app'
end