contraste: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:20:54 +01:00
parent d5c4531954
commit d505e133f4
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 'contraste' do
version '1.0'
sha256 'ab6ce81efcde8179f9fdf81baff46f90dae45bca580f8582d82c8d1e42aa2c4a'
cask "contraste" do
version "1.0"
sha256 "ab6ce81efcde8179f9fdf81baff46f90dae45bca580f8582d82c8d1e42aa2c4a"
url "https://contrasteapp.com/contraste-#{version}.zip"
appcast 'https://contrasteapp.com/updates/releases.xml'
name 'Contraste'
homepage 'https://contrasteapp.com/'
appcast "https://contrasteapp.com/updates/releases.xml"
name "Contraste"
homepage "https://contrasteapp.com/"
depends_on macos: '>= :high_sierra'
depends_on macos: ">= :high_sierra"
app 'Contraste.app'
app "Contraste.app"
end