Files
homebrew-cask/Casks/q/qqmacmgr.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

17 lines
445 B
Ruby

cask "qqmacmgr" do
version "2.4.16"
sha256 "6ff8fe1fe173ac7c78c0140dec616a1b426237b1b5e3053851a03b3df515c38e"
url "https://pm.myapp.com/invc/xfspeed/qqpcmgr/module_update/QQMacMgr_#{version}.dmg",
verified: "pm.myapp.com/invc/xfspeed/"
name "腾讯电脑管家"
homepage "https://lemon.qq.com/index_o.html"
livecheck do
url :homepage
regex(%r{href=.*?/QQMacMgr_(\d+(?:\.\d+)*)\.dmg}i)
end
app "QQMacMgr.app"
end