mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Merge pull request #160546 from samford/pencil-update-livecheck
pencil: update livecheck, add zap
This commit is contained in:
+8
-2
@@ -9,9 +9,15 @@ cask "pencil" do
|
||||
homepage "https://pencil.evolus.vn/"
|
||||
|
||||
livecheck do
|
||||
url "https://github.com/evolus/pencil/releases"
|
||||
strategy :github_latest
|
||||
url "https://pencil.evolus.vn/Downloads.html"
|
||||
regex(/href=.*?Pencil[._-]v?(\d+(?:\.\d+)+)[^"' >]*?\.dmg/i)
|
||||
end
|
||||
|
||||
app "Pencil.app"
|
||||
|
||||
zap trash: [
|
||||
"~/.pencil",
|
||||
"~/Library/Application Support/Pencil",
|
||||
"~/Library/Preferences/vn.evolus.pencil.plist",
|
||||
]
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user