We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a96762e + 8a4e68d commit a69735dCopy full SHA for a69735d
Casks/t/trezor-bridge.rb
@@ -2,14 +2,13 @@
2
version "2.0.27"
3
sha256 "a8a5352f888467cb1bc3b4273ee26c7f0da2a58f60e31aeffea46153aa03be07"
4
5
- url "https://github.com/trezor/webwallet-data/raw/master/bridge/#{version}/trezor-bridge-#{version}.pkg",
6
- verified: "github.com/trezor/webwallet-data/"
+ url "https://data.trezor.io/bridge/#{version}/trezor-bridge-#{version}.pkg"
7
name "TREZOR Bridge"
8
desc "Facilitates communication between the Trezor device and supported browsers"
9
homepage "https://wallet.trezor.io/"
10
11
livecheck do
12
- url "https://raw.githubusercontent.com/trezor/webwallet-data/master/bridge/latest"
+ url "https://data.trezor.io/bridge/latest.txt"
13
regex(/(\d+(?:\.\d+)+)/i)
14
end
15
0 commit comments