From 93e8661761186f979bb4b8bc9c2279ff1bcf8e52 Mon Sep 17 00:00:00 2001 From: Ben Donatelli Date: Sat, 4 Jan 2025 15:34:21 -0600 Subject: [PATCH] xmplay: Update to version 4.0 --- bucket/xmplay.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/xmplay.json b/bucket/xmplay.json index a1d5786e5cd6fc..823c55da435e14 100644 --- a/bucket/xmplay.json +++ b/bucket/xmplay.json @@ -1,10 +1,10 @@ { - "version": "3.8.5", + "version": "4.0", "description": "Win32 audio player with support for Winamp plugins", - "homepage": "https://www.un4seen.com", + "homepage": "https://www.un4seen.com/xmplay.html", "license": "Freeware", - "url": "https://www.un4seen.com/files/xmplay38.zip", - "hash": "b88adcc7f63e885bf4b51c2f51652558c1ee6e00ca7dd39bcee93361009d4eca", + "url": "https://www.un4seen.com/files/xmplay40.zip", + "hash": "09676632e125d845f5d70d63662e1ffedbd61afd21fb7a6829101791c2974fbf", "pre_install": [ "'xmplay.ini', 'xmplay.library', 'xmplay.pls' | ForEach-Object {", " if (!(Test-Path \"$persist_dir\\$_\")) { New-Item \"$dir\\$_\" | Out-Null }", @@ -24,7 +24,7 @@ "plugins", "skins" ], - "checkver": "XMPlay([\\d.]+)", + "checkver": "Version: ([\\d.]+)", "autoupdate": { "url": "https://www.un4seen.com/files/xmplay$majorVersion$minorVersion.zip" }