cornercal: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:21:00 +01:00
parent 49f4ac0a0d
commit a6cc59f8e2
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 'cornercal' do
version '1.1'
sha256 '391f5039d74d3b789d8fec7afbd045c98a0f0148c60ff8802000eacc9af0a781'
cask "cornercal" do
version "1.1"
sha256 "391f5039d74d3b789d8fec7afbd045c98a0f0148c60ff8802000eacc9af0a781"
url "https://github.com/ekreutz/CornerCal/blob/v#{version}/builds/CornerCal.zip?raw=true"
appcast 'https://github.com/ekreutz/CornerCal/releases.atom'
name 'CornerCal'
homepage 'https://github.com/ekreutz/CornerCal'
appcast "https://github.com/ekreutz/CornerCal/releases.atom"
name "CornerCal"
homepage "https://github.com/ekreutz/CornerCal"
depends_on macos: '>= :sierra'
depends_on macos: ">= :sierra"
app 'CornerCal.app'
app "CornerCal.app"
end