mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Merge pull request #160983 from piijai/tunetag
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user