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 <azamfireirazvan@gmail.com>
This commit is contained in:
萌萌哒赫萝
2023-04-09 15:25:05 -07:00
committed by GitHub
co-authored by Razvan Azamfirei
parent 375bae9c07
commit 15ee1b4c7f
+25
View File
@@ -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