homebrew-cask-versions/Casks/netbeans-cpp.rb
Roland Walker 40184ad948 mass update of 650 Casks to sha256
each of these is verified: the current sha1 and the new
sha256 are both correct for the given download.
2014-02-24 07:55:29 -05:00

10 lines
334 B
Ruby

class NetbeansCpp < Cask
url 'http://download.netbeans.org/netbeans/7.4/final/bundles/netbeans-7.4-cpp-macosx.dmg'
homepage 'https://netbeans.org/'
version '7.4'
sha256 '7819701a2600abdb2ddc7238f0b65f5eb4aa285e883ec9e3b538cb2ad38dc1bd'
install 'NetBeans 7.4.mpkg'
uninstall(
:files => '/Applications/NetBeans'
)
end