Skip to content

Commit

Permalink
webull: fix livecheck url
Browse files Browse the repository at this point in the history
  • Loading branch information
khipp committed Jan 12, 2025
1 parent 0fa8cbe commit 04c7872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Casks/w/webull.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
homepage "https://www.webull.com/"

livecheck do
url "https://infoapi.webullfintech.com/api/operation/appver/last?platform=qt_mac_global&osv=14"
url "https://infoapi.webullfintech.com/api/operation/appver/last?platform=qt_mac_global"
regex(/Webull%20Desktop[._-]v?(\d+(?:[._]\d+)+).*?\.dmg/i)
strategy :json do |json, regex|
json["upgradeUrl"]&.scan(regex)&.map { |match| match[0].tr("_", ",") }
Expand Down

0 comments on commit 04c7872

Please sign in to comment.