axe-electrum: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:17:16 +01:00
parent 549d692c63
commit 1cd14c0752
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 'axe-electrum' do
version '3.3.8.8'
sha256 '4caf5256470824c9d5ba61e0c75fa64e1c092bf30017e76db3b4f11c0d136a3f'
cask "axe-electrum" do
version "3.3.8.8"
sha256 "4caf5256470824c9d5ba61e0c75fa64e1c092bf30017e76db3b4f11c0d136a3f"
url "https://github.com/axerunners/electrum-axe/releases/download/#{version}/axe-electrum-#{version}-macosx.dmg"
appcast 'https://github.com/axerunners/electrum-axe/releases.atom'
name 'Axe Electrum'
homepage 'https://github.com/axerunners/electrum-axe'
appcast "https://github.com/axerunners/electrum-axe/releases.atom"
name "Axe Electrum"
homepage "https://github.com/axerunners/electrum-axe"
app 'Axe Electrum.app'
app "Axe Electrum.app"
end