onepile: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:32:19 +01:00
parent 85b3906622
commit 8c6bddae98
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 'onepile' do
version '2.3-1120'
sha256 'b88e38120bfb124cfe2ba7faa73384757c4c137dc1760617e67a8ecdadaa0fee'
cask "onepile" do
version "2.3-1120"
sha256 "b88e38120bfb124cfe2ba7faa73384757c4c137dc1760617e67a8ecdadaa0fee"
url "https://onepile.app/update/macos/OnePile-#{version}.zip"
appcast 'https://onepile.app/sparklecast.xml'
name 'OnePile'
homepage 'https://onepile.app/'
appcast "https://onepile.app/sparklecast.xml"
name "OnePile"
homepage "https://onepile.app/"
depends_on macos: '>= :high_sierra'
depends_on macos: ">= :high_sierra"
app 'OnePile.app'
app "OnePile.app"
end