Skip to content

Commit

Permalink
Update sunloginclient from 11.0.0.34335 to 11.0.1.36834 (#108017)
Browse files Browse the repository at this point in the history
* Update sunloginclient.rb

* add livecheck

* Update sunloginclient.rb

* Update Casks/sunloginclient.rb

Co-authored-by: Bevan Kay <[email protected]>

Co-authored-by: Bevan Kay <[email protected]>
  • Loading branch information
fangzhengjin and bevanjkay authored Jul 4, 2021
1 parent 6677e48 commit dad0105
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions Casks/sunloginclient.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
cask "sunloginclient" do
version "11.0.0.34335"
sha256 "1fb36df640cc789bb89be8877c7add77af3ce565197740d56f39c6057229a9d7"
version "11.0.1.36834"
sha256 "bd6acd504e24994aec7483defb745ce77ed6c8e963df99da3ff8c2052b12ca70"

url "https://dl-cdn.oray.com/sunlogin/mac/SunloginClient_#{version}.dmg"
name "Sunlogin X"
name "向日葵 X"
url "https://dl-cdn.oray.com/sunlogin/mac/SunloginClient-#{version}.dmg"
name "Sunlogin 11"
name "向日葵 11"
desc "Remote desktop control and monitoring tool"
homepage "https://sunlogin.oray.com/"

livecheck do
url "https://sunlogin.oray.com/zh_CN/download/download?id=89"
strategy :header_match
regex(/SunloginClient[._-](\d+(?:\.\d+)*)\.dmg/i)
end

pkg "SunloginClient.pkg"

uninstall quit: "com.oray.sunlogin.macclient",
Expand Down

0 comments on commit dad0105

Please sign in to comment.