decrediton: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:21:48 +01:00
parent b26bee53cb
commit b8c109faf2
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 'decrediton' do
version '1.5.1'
sha256 '62c02815bb8af8f4d6638bb832d084012bf93f3375090b4fd74cf128ca75a772'
cask "decrediton" do
version "1.5.1"
sha256 "62c02815bb8af8f4d6638bb832d084012bf93f3375090b4fd74cf128ca75a772"
url "https://github.com/decred/decred-binaries/releases/download/v#{version}/decrediton-v#{version}.dmg"
appcast 'https://github.com/decred/decred-binaries/releases.atom'
name 'Decrediton'
homepage 'https://github.com/decred/decrediton'
appcast "https://github.com/decred/decred-binaries/releases.atom"
name "Decrediton"
homepage "https://github.com/decred/decrediton"
app 'decrediton.app'
app "decrediton.app"
end