From bbc356116b9cd277831b34f8a7f7f6eb01395af5 Mon Sep 17 00:00:00 2001 From: Morgan Estes Date: Fri, 31 Jan 2014 10:54:13 -0600 Subject: [PATCH] Add NetBeans PHP Beta 8.0 --- Casks/netbeans-php-beta8.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Casks/netbeans-php-beta8.rb diff --git a/Casks/netbeans-php-beta8.rb b/Casks/netbeans-php-beta8.rb new file mode 100644 index 000000000..459a242f0 --- /dev/null +++ b/Casks/netbeans-php-beta8.rb @@ -0,0 +1,13 @@ +class NetbeansPhpBeta8 < Cask + url 'http://dlc.sun.com.edgesuite.net/netbeans/8.0/beta/bundles/netbeans-8.0beta-php-macosx.dmg' + homepage 'http://dlc.sun.com.edgesuite.net/netbeans/8.0/beta/' + version '8.0 Beta' + sha1 '74d92f8a954026f767d98427dda2801d8e4dd31a' + install 'NetBeans 8.0 Beta.mpkg' + + # Following example of the stable netbeans-php + uninstall( + :pkgutil => 'org.netbeans.ide.*|glassfish-.*', + :files => '/Applications/NetBeans' + ) +end