homebrew-cask/Casks/plug.rb

11 lines
236 B
Ruby
Raw Normal View History

2013-12-31 04:51:36 +08:00
class Plug < Cask
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'
2013-12-31 04:51:36 +08:00
homepage 'http://www.plugformac.com/'
2013-12-31 04:51:36 +08:00
link 'Plug.app'
end