From b31ba8b4ad4da26449da4ad7b2619b9de177697e Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 27 Jul 2020 10:37:49 +0100 Subject: [PATCH] trezor-bridge: fix RuboCop style. See https://github.com/Homebrew/brew/pull/7867. --- Casks/trezor-bridge.rb | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Casks/trezor-bridge.rb b/Casks/trezor-bridge.rb index 561f78f3bf7..eea5198e6c7 100644 --- a/Casks/trezor-bridge.rb +++ b/Casks/trezor-bridge.rb @@ -1,17 +1,17 @@ -cask 'trezor-bridge' do - version '2.0.27' - sha256 'a8a5352f888467cb1bc3b4273ee26c7f0da2a58f60e31aeffea46153aa03be07' +cask "trezor-bridge" do + version "2.0.27" + sha256 "a8a5352f888467cb1bc3b4273ee26c7f0da2a58f60e31aeffea46153aa03be07" url "https://wallet.trezor.io/data/bridge/#{version}/trezor-bridge-#{version}.pkg" - appcast 'https://wallet.trezor.io/data/bridge/latest.txt' - name 'TREZOR Bridge' - homepage 'https://wallet.trezor.io/' + appcast "https://wallet.trezor.io/data/bridge/latest.txt" + name "TREZOR Bridge" + homepage "https://wallet.trezor.io/" pkg "trezor-bridge-#{version}.pkg" - uninstall pkgutil: 'com.bitcointrezor.pkg.TREZORBridge*', - launchctl: 'com.bitcointrezor.trezorBridge.trezord', - delete: '/Applications/Utilities/TREZOR Bridge' + uninstall pkgutil: "com.bitcointrezor.pkg.TREZORBridge*", + launchctl: "com.bitcointrezor.trezorBridge.trezord", + delete: "/Applications/Utilities/TREZOR Bridge" - zap trash: '~/Library/Logs/trezord.log' + zap trash: "~/Library/Logs/trezord.log" end