ryver: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:35:17 +01:00
parent d04242b6ef
commit 3eef263e19
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 'ryver' do
version '1.3.2'
sha256 '949abb92a3df5034fd8c81e1fe78a9c7bd7be2ad699bef9d423ad3a39cd48d54'
cask "ryver" do
version "1.3.2"
sha256 "949abb92a3df5034fd8c81e1fe78a9c7bd7be2ad699bef9d423ad3a39cd48d54"
# d3vkb1nw20iqfq.cloudfront.net/ was verified as official when first introduced to the cask
url "https://d3vkb1nw20iqfq.cloudfront.net/mac/Ryver-#{version}.dmg"
appcast 'https://macupdater.net/cgi-bin/check_urls/check_url_redirect.cgi?url=https://ryver.com/download/mac/stable'
name 'Ryver'
homepage 'https://ryver.com/'
appcast "https://macupdater.net/cgi-bin/check_urls/check_url_redirect.cgi?url=https://ryver.com/download/mac/stable"
name "Ryver"
homepage "https://ryver.com/"
app 'Ryver.app'
app "Ryver.app"
end