homebrew-cask/Casks/plug.rb

14 lines
371 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'plug' do
2014-09-17 19:42:57 +08:00
version :latest
sha256 :no_check
url 'https://www.plugformac.com/updates/plug2/Plug-latest.dmg'
appcast 'https://www.plugformac.com/updates/plug2/sparklecast.xml',
2015-12-26 04:57:40 +08:00
:sha256 => '8fadae02277ffed6b487550fd8e45690289cc228e2f3c9b1667ceb34fa559610'
2015-04-21 22:45:56 +08:00
name 'Plug'
homepage 'https://www.plugformac.com/'
2015-10-05 01:46:44 +08:00
license :gratis
2014-09-16 00:06:09 +08:00
app 'Plug.app'
2013-12-31 04:51:36 +08:00
end