-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
/
meta.rb
28 lines (23 loc) · 868 Bytes
/
meta.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
cask "meta" do
version "2.2"
sha256 "18429c0f6875719af17f5845b1799b85c4bea45e7d915c45463cfa14e545236d"
url "https://www.nightbirdsevolve.com/meta/updates/bin/Meta%20#{version}.zip"
name "Meta"
desc "Tag editor for digital music"
homepage "https://www.nightbirdsevolve.com/meta/"
livecheck do
url "https://www.nightbirdsevolve.com/meta/updates/"
strategy :sparkle, &:short_version
end
auto_updates true
depends_on macos: ">= :high_sierra"
app "Meta.app"
zap trash: [
"~/Library/Application Support/Meta",
"~/Library/Caches/com.nightbirdsevolve.Meta",
"~/Library/HTTPStorages/com.nightbirdsevolve.Meta",
"~/Library/HTTPStorages/com.nightbirdsevolve.Meta.binarycookies",
"~/Library/Preferences/com.nightbirdsevolve.Meta.plist",
"~/Library/Saved Application State/com.nightbirdsevolve.Meta.savedState",
]
end