homebrew-cask/Casks/beatunes.rb

22 lines
629 B
Ruby
Raw Normal View History

cask "beatunes" do
version "5.2.12"
sha256 "2430538a4ad44d5cb925328840323011629e8fa502374cbf6ff75b1982c63c19"
2015-06-27 16:53:28 +08:00
2016-05-10 07:33:04 +08:00
url "http://coxy.beatunes.com/download/beaTunes-#{version.dots_to_hyphens}.dmg"
appcast "https://www.beatunes.com/en/beatunes-download.html",
must_contain: version.dots_to_hyphens
name "beaTunes"
homepage "https://www.beatunes.com/"
2015-06-27 16:53:28 +08:00
depends_on macos: ">= :sierra"
2019-10-06 23:30:31 +08:00
2016-05-10 07:33:04 +08:00
app "beaTunes#{version.major}.app"
2017-01-14 12:41:54 +08:00
2017-11-18 17:38:07 +08:00
zap trash: [
"~/Library/Application Support/beaTunes",
"~/Library/Caches/beaTunes",
"~/Library/Logs/beaTunes",
"~/Library/Preferences/com.tagtraum.beatunes.plist",
]
2015-06-27 16:53:28 +08:00
end