cryo: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:21:13 +01:00
parent 251af0a5ed
commit d8207a886b
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,10 @@
cask 'cryo' do
version '0.5.16'
sha256 '6792c4aece5af05c16ec57534e102d9f19bffc42a7c6b6cdf84d745834636771'
cask "cryo" do
version "0.5.16"
sha256 "6792c4aece5af05c16ec57534e102d9f19bffc42a7c6b6cdf84d745834636771"
url "https://cryonet.io/downloads/macos/cryo_#{version}_macos.zip"
name 'cryo'
homepage 'https://cryonet.io/'
name "cryo"
homepage "https://cryonet.io/"
app 'cryo.app'
app "cryo.app"
end