cryptr: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:21:15 +01:00
parent b99f39d11c
commit d94a2de219
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,11 +1,11 @@
cask 'cryptr' do
version '0.3.0'
sha256 '8b85da55b3b7e79ec935b794bda997e899211a9ed3ba96e0bf2887bd2799e81b'
cask "cryptr" do
version "0.3.0"
sha256 "8b85da55b3b7e79ec935b794bda997e899211a9ed3ba96e0bf2887bd2799e81b"
url "https://github.com/adobe/cryptr/releases/download/v#{version}/Cryptr-#{version}.dmg"
appcast 'https://github.com/adobe/cryptr/releases.atom'
name 'Cryptr'
homepage 'https://github.com/adobe/cryptr'
appcast "https://github.com/adobe/cryptr/releases.atom"
name "Cryptr"
homepage "https://github.com/adobe/cryptr"
app 'Cryptr.app'
app "Cryptr.app"
end