Merge pull request #160983 from piijai/tunetag

This commit is contained in:
Bevan Kay
2023-11-26 08:06:37 +11:00
committed by GitHub
+24
View File
@@ -0,0 +1,24 @@
cask "tunetag" do
version "1.2"
sha256 :no_check
url "https://sweetpproductions.com/products/tunetag/TuneTag.dmg"
name "TuneTag"
desc "ID3 and metadata editor for audio files"
homepage "https://tunetag.sweetpproductions.com/"
livecheck do
url "https://sweetpproductions.com/products/tunetag/appcast.xml"
strategy :sparkle
end
auto_updates true
depends_on macos: ">= :big_sur"
app "TuneTag.app"
zap trash: [
"~/Library/Containers/com.sweetpproductions.TuneTag",
"~/Library/Group Containers/*.com.sweetpproductions.TuneTag",
]
end