fpcsrc: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:24:35 +01:00
parent 9fac0a7097
commit afbb67a377
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 'fpcsrc' do
version '3.2.0-2,2.0.10'
sha256 '8f85c873c3a224961a98fd24e97320a2134bbcc7f91c6d8153e53b36beb7fe74'
cask "fpcsrc" do
version "3.2.0-2,2.0.10"
sha256 "8f85c873c3a224961a98fd24e97320a2134bbcc7f91c6d8153e53b36beb7fe74"
# sourceforge.net/lazarus/ was verified as official when first introduced to the cask
url "https://downloads.sourceforge.net/lazarus/Lazarus%20macOS%20x86-64/Lazarus%20#{version.after_comma}/fpc-src-#{version.before_comma}-laz.pkg"
appcast 'https://sourceforge.net/projects/lazarus/rss'
name 'Free Pascal Compiler Source'
homepage 'https://www.freepascal.org/'
appcast "https://sourceforge.net/projects/lazarus/rss"
name "Free Pascal Compiler Source"
homepage "https://www.freepascal.org/"
pkg "fpc-src-#{version.before_comma}-laz.pkg"
uninstall pkgutil: 'org.freepascal.fpc.source'
uninstall pkgutil: "org.freepascal.fpc.source"
end