From 15ee1b4c7f812719bcd3ee0e0f03b6d983a80e14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=8C=E8=90=8C=E5=93=92=E8=B5=AB=E8=90=9D?= Date: Mon, 10 Apr 2023 06:25:05 +0800 Subject: [PATCH] Add PicList.app v1.6.1 (#144755) * Add PicList.app v1.6.1 * Modify desc and homepage * add slash after the domain * add zap trash * add zap and checksun * Update piclist.rb --------- Co-authored-by: Razvan Azamfirei --- Casks/piclist.rb | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Casks/piclist.rb diff --git a/Casks/piclist.rb b/Casks/piclist.rb new file mode 100644 index 0000000000..1f4aeabd22 --- /dev/null +++ b/Casks/piclist.rb @@ -0,0 +1,25 @@ +cask "piclist" do + arch arm: "arm64", intel: "x64" + + version "1.6.1" + sha256 arm: "29a5a150187b5467becb3f68231e10d8cd6f2aadca2a6305ea740afda3ad90d0", + intel: "5797def7518e8cfcd99ed34dac0427f84bcbd7c3b12d424e37a4cbd4cbf6c61e" + + url "https://release.piclist.cn/latest/PicList-#{version}-#{arch}.dmg" + name "PicList" + desc "Cloud storage manager tool" + homepage "https://piclist.cn/" + + livecheck do + url "https://release.piclist.cn/latest/latest-mac.yml" + strategy :electron_builder + end + + app "PicList.app" + + zap trash: [ + "~/Library/Application Support/piclist", + "~/Library/Preferences/com.kuingsmile.piclist.plist", + "~/Library/Saved Application State/com.kuingsmile.piclist.savedState", + ] +end