Skip to content

Commit 8a4e68d

Browse files
khippp-linnane
authored andcommitted
trezor-bridge: update livecheck and url
1 parent e77e565 commit 8a4e68d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Casks/t/trezor-bridge.rb

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22
version "2.0.27"
33
sha256 "a8a5352f888467cb1bc3b4273ee26c7f0da2a58f60e31aeffea46153aa03be07"
44

5-
url "https://github.com/trezor/webwallet-data/raw/master/bridge/#{version}/trezor-bridge-#{version}.pkg",
6-
verified: "github.com/trezor/webwallet-data/"
5+
url "https://data.trezor.io/bridge/#{version}/trezor-bridge-#{version}.pkg"
76
name "TREZOR Bridge"
87
desc "Facilitates communication between the Trezor device and supported browsers"
98
homepage "https://wallet.trezor.io/"
109

1110
livecheck do
12-
url "https://raw.githubusercontent.com/trezor/webwallet-data/master/bridge/latest"
11+
url "https://data.trezor.io/bridge/latest.txt"
1312
regex(/(\d+(?:\.\d+)+)/i)
1413
end
1514

0 commit comments

Comments
 (0)