You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
431 B
12 lines
431 B
class NetbeansPhpNightly < Cask
|
|
homepage 'https://netbeans.org/'
|
|
version '201405260001'
|
|
sha256 '310e50c21614ec748ddbc3657b3dc51634ec5831ae28a18d76cff1c2c29d0088'
|
|
|
|
url "http://bits.netbeans.org/download/trunk/nightly/latest/bundles/netbeans-trunk-nightly-#{version}-php-macosx.dmg"
|
|
install "NetBeans Dev #{version}.mpkg"
|
|
|
|
uninstall :files => [
|
|
'/Applications/NetBeans'
|
|
]
|
|
end
|
|
|