netbeans-java-se: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:31:38 +01:00
parent 46830df777
commit ebc7f584f9
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 7 additions and 7 deletions

View File

@ -1,13 +1,13 @@
cask 'netbeans-java-se' do
version '8.2'
sha256 '91652f03d8abba0ae9d76a612ed909c9f82e4f138cbd510f5d3679280323011b'
cask "netbeans-java-se" do
version "8.2"
sha256 "91652f03d8abba0ae9d76a612ed909c9f82e4f138cbd510f5d3679280323011b"
url "https://download.netbeans.org/netbeans/#{version}/final/bundles/netbeans-#{version}-javase-macosx.dmg"
name 'NetBeans IDE for Java SE'
homepage 'https://netbeans.org/'
name "NetBeans IDE for Java SE"
homepage "https://netbeans.org/"
pkg "NetBeans #{version}.pkg"
uninstall pkgutil: 'org.netbeans.ide.*',
delete: '/Applications/NetBeans'
uninstall pkgutil: "org.netbeans.ide.*",
delete: "/Applications/NetBeans"
end