mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
334 B
Ruby
10 lines
334 B
Ruby
class NetbeansPhp < Cask
|
|
url 'http://download.netbeans.org/netbeans/8.0/final/bundles/netbeans-8.0-php-macosx.dmg'
|
|
homepage 'https://netbeans.org/'
|
|
version '8.0'
|
|
sha256 'b33830cb86bc5d626717a9dbbd0a94bf37530b8cfd06b1e4526b060921115ec5'
|
|
install 'NetBeans 8.0.mpkg'
|
|
uninstall(
|
|
:files => '/Applications/NetBeans'
|
|
)
|
|
end
|