factor: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:23:40 +01:00
parent 71b31dd7a2
commit 6705903659
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 'factor' do
version '0.98'
sha256 '045847b1cf01e1dda270b834c34effd796ce52da40ada8e2fe52b55e3358db17'
cask "factor" do
version "0.98"
sha256 "045847b1cf01e1dda270b834c34effd796ce52da40ada8e2fe52b55e3358db17"
url "https://downloads.factorcode.org/releases/#{version}/factor-macosx-x86-64-#{version}.dmg"
appcast 'https://downloads.factorcode.org/releases/'
name 'Factor'
homepage 'https://factorcode.org/'
appcast "https://downloads.factorcode.org/releases/"
name "Factor"
homepage "https://factorcode.org/"
suite 'factor'
suite "factor"
caveats do
path_environment_variable "#{appdir}/factor"