mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
10 lines
334 B
Ruby
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
|