Skip to content

Commit

Permalink
add quarkclouddrive.rb demo
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Jan 11, 2024
1 parent 44d60bb commit 89d5fd7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Casks/eshelper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version "4.5.9"
sha256 "ea89c70af1d9de283d65e59832539dd87876bf385543f54ee2e4f57503049a70"

url "https://static.frdic.com/pkg/ehmac.dmg??v=#{version.csv.second}",
url "https://static.frdic.com/pkg/ehmac.dmg??v=#{version}",
verified: "static.frdic.com/",
user_agent: :fake
name "Eshelper"
Expand Down
21 changes: 21 additions & 0 deletions Experimental/quarkclouddrive.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
cask "quarkclouddrive" do
version "3.0.8,1636566-20240105144559"
sha256 "777dff6dd87e287cc2b3749284895626cfce58f7e831cf1c6dc1a3a199e54b61"

url "https://pdds.quark.cn/download/stfile/oourpswvsopsoqwqc/QuarkCloudDrive_v#{version.csv.first}_release2_(Build#{version.csv.second}).dmg"
name "LinkEase"
desc "夸克网盘"
homepage "https://pan.quark.cn/"

livecheck do
url "https://pan.quark.cn/"
regex(%r{iframe src=["'].+v?(\d+(?:\.\d+)+)_release\d_\(Build(\d+)\)\.dmg.+['"]>}i)
end

auto_updates true

app "夸克网盘.app"

zap trash: [
]
end

0 comments on commit 89d5fd7

Please sign in to comment.