homebrew-cask/Casks/plug.rb

13 lines
368 B
Ruby
Raw Normal View History

2014-11-14 01:26:40 +08:00
cask :v1 => 'plug' do
2014-09-17 19:42:57 +08:00
version :latest
sha256 :no_check
2013-12-31 04:51:36 +08:00
url 'http://www.plugformac.com/files/Plug-latest.dmg'
2014-05-14 21:40:02 +08:00
appcast 'http://www.plugformac.com/files/sparklecast.xml'
2015-04-21 22:45:56 +08:00
name 'Plug'
2013-12-31 04:51:36 +08:00
homepage 'http://www.plugformac.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:06:09 +08:00
app 'Plug.app'
2013-12-31 04:51:36 +08:00
end