Skip to content

Commit a69735d

Browse files
authored
Merge pull request #205919 from Homebrew/update-trezor-bridge
trezor-bridge: update livecheck and url
2 parents a96762e + 8a4e68d commit a69735d

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)