-
-
Notifications
You must be signed in to change notification settings - Fork 11.5k
Expand file tree
/
Copy pathm3unify.rb
More file actions
24 lines (19 loc) · 668 Bytes
/
m3unify.rb
File metadata and controls
24 lines (19 loc) · 668 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
cask "m3unify" do
version "3.0.0"
sha256 "093714e18978c2fb8c5a2704ba66932d99dbc8137bed2802cdb677842e1f9c0b"
url "https://dougscripts.com/itunes/scrx/M3Unify_#{version}.dmg"
name "M3Unify"
desc "File exporter and M3U playlist creator"
homepage "https://dougscripts.com/apps/m3unifyapp.php"
livecheck do
url "https://dougscripts.com/itunes/itinfo/m3unify_appcast.xml"
strategy :sparkle, &:short_version
end
depends_on macos: :monterey
app "M3Unify.app"
zap trash: [
"~/Library/Caches/com.dougscripts.M3Unify",
"~/Library/HTTPStorages/com.dougscripts.M3Unify",
"~/Library/Preferences/com.dougscripts.M3Unify.plist",
]
end