gretl: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:25:53 +01:00
parent 7d0e5a1de0
commit 27761fd2af
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,14 +1,14 @@
cask 'gretl' do
version '2020b'
sha256 'a6537914d2e221b372c12261d224f14825563fe0bb69c7f980b16b277e09939e'
cask "gretl" do
version "2020b"
sha256 "a6537914d2e221b372c12261d224f14825563fe0bb69c7f980b16b277e09939e"
# downloads.sourceforge.net/gretl/ was verified as official when first introduced to the cask
url "https://downloads.sourceforge.net/gretl/gretl-#{version}-quartz.pkg"
appcast 'https://sourceforge.net/projects/gretl/rss?path=/gretl'
name 'gretl'
homepage 'https://gretl.sourceforge.io/'
appcast "https://sourceforge.net/projects/gretl/rss?path=/gretl"
name "gretl"
homepage "https://gretl.sourceforge.io/"
pkg "gretl-#{version}-quartz.pkg"
uninstall pkgutil: 'net.sourceforge.gretl.base.pkg'
uninstall pkgutil: "net.sourceforge.gretl.base.pkg"
end