oscar: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:32:41 +01:00
parent d1272e6002
commit b3dbb5d4e2
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 'oscar' do
version '1.1.1'
sha256 '69f0f5e37f8c8aeaf2c2f03993cf1a15dc00952657fb6dd8fa4f7bb2b2b1b720'
cask "oscar" do
version "1.1.1"
sha256 "69f0f5e37f8c8aeaf2c2f03993cf1a15dc00952657fb6dd8fa4f7bb2b2b1b720"
# apneaboard.com/OSCAR/ was verified as official when first introduced to the cask
url "https://www.apneaboard.com/OSCAR/OSCAR-#{version}.dmg"
appcast 'https://www.sleepfiles.com/OSCAR/'
name 'OSCAR'
homepage 'https://www.sleepfiles.com/OSCAR/'
appcast "https://www.sleepfiles.com/OSCAR/"
name "OSCAR"
homepage "https://www.sleepfiles.com/OSCAR/"
app 'OSCAR.app'
app "OSCAR.app"
end