bubo: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:19:03 +01:00
parent 3b1a658d7c
commit e676a28078
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 9 additions and 9 deletions

View File

@ -1,14 +1,14 @@
cask 'bubo' do
version '1.0'
sha256 '25c50797d1397b0e4ae02346d6179c9c8ec3fbd129dad759100fb3f598109630'
cask "bubo" do
version "1.0"
sha256 "25c50797d1397b0e4ae02346d6179c9c8ec3fbd129dad759100fb3f598109630"
# jguice.s3.amazonaws.com/mac-bt-headset-fix-beta/ was verified as official when first introduced to the cask
url 'https://jguice.s3.amazonaws.com/mac-bt-headset-fix-beta/bubo.app.zip'
name 'Bubo'
name 'Spotify Bluetooth Headset Listener'
homepage 'https://github.com/jguice/mac-bt-headset-fix'
url "https://jguice.s3.amazonaws.com/mac-bt-headset-fix-beta/bubo.app.zip"
name "Bubo"
name "Spotify Bluetooth Headset Listener"
homepage "https://github.com/jguice/mac-bt-headset-fix"
depends_on macos: '>= :sierra'
depends_on macos: ">= :sierra"
app 'bubo.app'
app "bubo.app"
end