homebrew-cask/Casks/trezor-bridge.rb

15 lines
523 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'trezor-bridge' do
version '1.1.3'
sha256 'f7c80f87c2e7cdc6fcc066d01800360a704bb1ef7a00aff020fed858131838f7'
2015-06-17 11:16:19 +08:00
2016-03-08 02:16:53 +08:00
# mytrezor.s3.amazonaws.com was verified as official when first introduced to the cask
2015-06-17 11:16:19 +08:00
url "https://mytrezor.s3.amazonaws.com/bridge/#{version}/trezor-bridge-#{version}.pkg"
name 'TREZOR Bridge'
homepage 'https://mytrezor.com/'
pkg "trezor-bridge-#{version}.pkg"
uninstall pkgutil: 'com.bitcointrezor.pkg.TREZORBridge',
launchctl: 'com.bitcointrezor.trezorBridge.trezord'
2015-06-17 11:16:19 +08:00
end