Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions Casks/j/jiba.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,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: [

Check failure on line 19 in Casks/j/jiba.rb

View workflow job for this annotation

GitHub Actions / syntax (macos-26)

Cask/ArrayAlphabetization: The array elements should be ordered alphabetically

Check failure on line 19 in Casks/j/jiba.rb

View workflow job for this annotation

GitHub Actions / syntax (macos-26)

Cask/StanzaGrouping: stanza groups should be separated by a single empty line
"~/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
Loading