scratch: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:35:25 +01:00
parent fa492ade8f
commit c0aaacc49d
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 'scratch' do
version '3.12.0'
sha256 '7d811ca578a38850e518a0ab22318193201916e533b50b5ca065b97c87c959e1'
cask "scratch" do
version "3.12.0"
sha256 "7d811ca578a38850e518a0ab22318193201916e533b50b5ca065b97c87c959e1"
url "https://downloads.scratch.mit.edu/desktop/Scratch%20Desktop-#{version}.dmg"
name 'Scratch'
homepage 'https://scratch.mit.edu/download'
name "Scratch"
homepage "https://scratch.mit.edu/download"
depends_on macos: '>= :high_sierra'
depends_on macos: ">= :high_sierra"
app 'Scratch Desktop.app'
app "Scratch Desktop.app"
end