Skip to content

Commit

Permalink
xmplay: Update to version 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mundifex committed Jan 4, 2025
1 parent 229fd8c commit 93e8661
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bucket/xmplay.json
Original file line number Diff line number Diff line change
@@ -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 }",
Expand All @@ -24,7 +24,7 @@
"plugins",
"skins"
],
"checkver": "XMPlay</a><span>([\\d.]+)</span>",
"checkver": "Version: ([\\d.]+)",
"autoupdate": {
"url": "https://www.un4seen.com/files/xmplay$majorVersion$minorVersion.zip"
}
Expand Down

0 comments on commit 93e8661

Please sign in to comment.