-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8d86105
commit 0829d13
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
cask "affinity-designer@1" do | ||
version "1.10.8" | ||
sha256 :no_check | ||
|
||
url "https://store.serif.com/download/aa4dee/" | ||
name "Affinity Designer" | ||
desc "Professional graphic design software" | ||
homepage "https://affinity.serif.com/en-us/designer/" | ||
|
||
livecheck do | ||
url :url | ||
strategy :header_match | ||
end | ||
|
||
auto_updates true | ||
|
||
app "Affinity Designer.app" | ||
|
||
zap trash: [ | ||
"~/Library/Application Support/Affinity Designer", | ||
"~/Library/Caches/com.seriflabs.affinitydesigner", | ||
"~/Library/Saved Application State/com.seriflabs.affinitydesigner.savedState", | ||
] | ||
end |