topcat: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:37:42 +01:00
parent 65176184cd
commit bd2b498557
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 8 additions and 8 deletions

View File

@ -1,13 +1,13 @@
cask 'topcat' do
version '4.7-1'
sha256 'b1d66adfe19ff15f9d27fd1da35c3652af12b6b62a29f9d1ead154f422ec5d32'
cask "topcat" do
version "4.7-1"
sha256 "b1d66adfe19ff15f9d27fd1da35c3652af12b6b62a29f9d1ead154f422ec5d32"
url 'http://www.star.bris.ac.uk/~mbt/topcat/topcat-full.dmg'
appcast 'http://www.star.bris.ac.uk/~mbt/topcat/sun253/versions.html'
name 'TOPCAT'
homepage 'http://www.star.bris.ac.uk/~mbt/topcat/'
url "http://www.star.bris.ac.uk/~mbt/topcat/topcat-full.dmg"
appcast "http://www.star.bris.ac.uk/~mbt/topcat/sun253/versions.html"
name "TOPCAT"
homepage "http://www.star.bris.ac.uk/~mbt/topcat/"
app 'TOPCAT.app'
app "TOPCAT.app"
binary "#{appdir}/TOPCAT.app/Contents/Resources/bin/topcat"
binary "#{appdir}/TOPCAT.app/Contents/Resources/bin/stilts"
end