bricksmith: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:18:55 +01:00
parent a986c4fa3f
commit ebb8a79315
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,12 +1,12 @@
cask 'bricksmith' do
version '3.0'
sha256 'bf7dcd7508d2d6e37f6079080e8ae51095e14d05eb507ad85ac4bbaf5b9ae7c5'
cask "bricksmith" do
version "3.0"
sha256 "bf7dcd7508d2d6e37f6079080e8ae51095e14d05eb507ad85ac4bbaf5b9ae7c5"
# downloads.sourceforge.net/bricksmith/ was verified as official when first introduced to the cask
url "https://downloads.sourceforge.net/bricksmith/bricksmith/Bricksmith%20#{version}/BricksmithComplete#{version}.zip"
appcast 'https://bricksmith.sourceforge.io/files/bricksmith_appcast.xml'
name 'Bricksmith'
homepage 'https://bricksmith.sourceforge.io/'
appcast "https://bricksmith.sourceforge.io/files/bricksmith_appcast.xml"
name "Bricksmith"
homepage "https://bricksmith.sourceforge.io/"
app 'Bricksmith/Bricksmith.app'
app "Bricksmith/Bricksmith.app"
end