gpower: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:25:45 +01:00
parent a0640d7162
commit aa8f3b60a0
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,11 +1,11 @@
cask 'gpower' do
version '3.1.9.6'
sha256 '841390e00110ccdd5201f334af985b54837b9f9b4ffb3151d49e28efb9bb3964'
cask "gpower" do
version "3.1.9.6"
sha256 "841390e00110ccdd5201f334af985b54837b9f9b4ffb3151d49e28efb9bb3964"
url "https://www.psychologie.hhu.de/fileadmin/redaktion/Fakultaeten/Mathematisch-Naturwissenschaftliche_Fakultaet/Psychologie/AAP/gpower/GPowerMac_#{version}.zip"
appcast 'https://www.psychologie.hhu.de/arbeitsgruppen/allgemeine-psychologie-und-arbeitspsychologie/gpower.html'
name 'G*Power'
homepage 'https://www.psychologie.hhu.de/arbeitsgruppen/allgemeine-psychologie-und-arbeitspsychologie/gpower.html'
appcast "https://www.psychologie.hhu.de/arbeitsgruppen/allgemeine-psychologie-und-arbeitspsychologie/gpower.html"
name "G*Power"
homepage "https://www.psychologie.hhu.de/arbeitsgruppen/allgemeine-psychologie-und-arbeitspsychologie/gpower.html"
app 'G*Power.app'
app "G*Power.app"
end