netbeans-cpp: 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 3d07d0db5c
commit 1a37740ad6
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 6 additions and 6 deletions

View File

@ -1,12 +1,12 @@
cask 'netbeans-cpp' do
version '8.2'
sha256 'e9b04de3ff2ecc2218899ae5f3bc795033492d79c3ac34ccd0e83ab2c14b9ee2'
cask "netbeans-cpp" do
version "8.2"
sha256 "e9b04de3ff2ecc2218899ae5f3bc795033492d79c3ac34ccd0e83ab2c14b9ee2"
url "https://download.netbeans.org/netbeans/#{version}/final/bundles/netbeans-#{version}-cpp-macosx.dmg"
name 'NetBeans IDE for C/C++'
homepage 'https://netbeans.org/'
name "NetBeans IDE for C/C++"
homepage "https://netbeans.org/"
pkg "NetBeans #{version}.pkg"
uninstall delete: '/Applications/NetBeans'
uninstall delete: "/Applications/NetBeans"
end