cncjs: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:20:31 +01:00
parent 5be0852be8
commit eebad418dd
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,12 +1,12 @@
cask 'cncjs' do cask "cncjs" do
version '1.9.22' version "1.9.22"
sha256 'be56b0777e449631e774c57eb8f28b50e52519bce50bdd092d77233462fe3269' sha256 "be56b0777e449631e774c57eb8f28b50e52519bce50bdd092d77233462fe3269"
# github.com/cncjs/cncjs/ was verified as official when first introduced to the cask # github.com/cncjs/cncjs/ was verified as official when first introduced to the cask
url "https://github.com/cncjs/cncjs/releases/download/v#{version}/cncjs-app-#{version}-mac-x64.dmg" url "https://github.com/cncjs/cncjs/releases/download/v#{version}/cncjs-app-#{version}-mac-x64.dmg"
appcast 'https://github.com/cncjs/cncjs/releases.atom' appcast "https://github.com/cncjs/cncjs/releases.atom"
name 'CNSjs' name "CNSjs"
homepage 'https://cnc.js.org/' homepage "https://cnc.js.org/"
app 'CNCjs.app' app "CNCjs.app"
end end