forked from Homebrew/homebrew-cask
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjiba.rb
More file actions
30 lines (26 loc) · 991 Bytes
/
jiba.rb
File metadata and controls
30 lines (26 loc) · 991 Bytes
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
29
30
cask "jiba" do
version "1.3.1"
sha256 "8ae0a076a0760b2696996cff5c6fd92a5b06d2518cf36681a497728eaf952094"
url "https://hee.ink/updates/stable/JiBA-#{version}.dmg"
name "JiBA"
desc "Apple Music metadata localization tool"
homepage "https://jiba.hee.ink/"
livecheck do
url "https://hee.ink/updates/stable/appcast.xml"
strategy :sparkle, &:short_version
end
auto_updates true
depends_on macos: ">= :ventura"
app "JiBA.app"
zap trash: [
"~/Library/Application Support/JiBA",
"~/Library/Application Support/CrashReporter/JiBA_*.plist",
"~/Library/Application Support/CrashReporter/jiba_duplicate_guard_harness_*.plist",
"~/Library/Caches/ink.hee.jibapplemusic",
"~/Library/HTTPStorages/ink.hee.jibapplemusic",
"~/Library/Preferences/ink.hee.jibapplemusic.plist",
"~/Library/Preferences/JiBA.plist",
"~/Library/Preferences/JIBAppleMusicGUI.plist",
"~/Library/Saved Application State/ink.hee.jibapplemusic.savedState",
]
end