mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
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:
co-authored by
Razvan Azamfirei
parent
375bae9c07
commit
15ee1b4c7f
@@ -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
|
||||
Reference in New Issue
Block a user