Skip to content

Commit

Permalink
Update Casks/h/hyper-connect.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Klaus Hipp <khipp@users.noreply.github.com>
  • Loading branch information
WarmEpoch and khipp authored Nov 5, 2024
1 parent a18556d commit 78aba6c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Casks/h/hyper-connect.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
desc "Cross-device interconnection service for Xiaomi ecosystem"
homepage "https://hyperos.mi.com/continuity"

livecheck do
url "https://cn-device.interconnect.miui.com/package/mac/checkUpdate?version=0.0.0"
strategy :json do |json|
json.dig("data", "versionInfo", "version")
end
end

auto_updates true
depends_on macos: ">= :monterey"

Expand Down

0 comments on commit 78aba6c

Please sign in to comment.