From 3e399378bc8d4d6aaedda47477e937ef3fbb51f9 Mon Sep 17 00:00:00 2001 From: linsui <36977733+linsui@users.noreply.github.com> Date: Wed, 13 Nov 2019 18:05:51 +0000 Subject: [PATCH] Mpxplay: Add version 1.64 (#548) --- bucket/mpxplay.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 bucket/mpxplay.json diff --git a/bucket/mpxplay.json b/bucket/mpxplay.json new file mode 100644 index 0000000000..a6397753c9 --- /dev/null +++ b/bucket/mpxplay.json @@ -0,0 +1,14 @@ +{ + "version": "1.64", + "homepage": "http://mpxplay.sourceforge.net", + "description": "Commander-style console audio player.", + "license": "Unknown", + "url": "https://downloads.sourceforge.net/project/mpxplay/Mpxplay/Mpxplay%20v1.64/mpxp164w.zip", + "hash": "sha1:e5054a86fac8ccde74d358a4bad9a44e33ecc895", + "bin": "mpxplay.exe", + "persist": "MPXPLAY.INI", + "checkver": "Mpxplay v([\\d.]+) small", + "autoupdate": { + "url": "https://downloads.sourceforge.net/project/mpxplay/Mpxplay/Mpxplay%20v$version/mpxp$cleanVersionw.zip" + } +}