Browse Source

Moving to NetBeans PHP nightly after version 8.0 was released.

master
Morgan Estes 11 years ago
committed by Vítor Galvão
parent
commit
ef92b418e5
  1. 13
      Casks/netbeans-php-beta8.rb
  2. 7
      Casks/netbeans-php-nightly.rb

13
Casks/netbeans-php-beta8.rb

@ -1,13 +0,0 @@
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'
sha256 '3b1a3a9cc4980877b6a9e29a6147d12bbbfb2a38423ed99a883e024b9c21ea7d'
install 'NetBeans 8.0 Beta.mpkg'
# Following example of the stable netbeans-php
uninstall(
:pkgutil => 'org.netbeans.ide.*|glassfish-.*',
:files => '/Applications/NetBeans'
)
end

7
Casks/netbeans-php-nightly.rb

@ -0,0 +1,7 @@
class NetbeansPhpNightly < Cask
url 'http://bits.netbeans.org/download/trunk/nightly/latest/bundles/netbeans-trunk-nightly-201405090001-php-macosx.dmg'
homepage 'https://netbeans.org/'
version '201405090001'
sha256 '77ae100aa581507f88b40392a13e0109742fda0b18c2ca226a0cc436c694841a'
install 'NetBeans Dev 201405090001.mpkg'
end
Loading…
Cancel
Save