From f92efd5aa022b70c2f7e4023c25c7d3fb4e192d5 Mon Sep 17 00:00:00 2001 From: Bharatvaj Date: Tue, 17 May 2022 23:14:32 +0530 Subject: [PATCH] mpd: Add version 0.23.7 (#3579) * Add mpd.json * Update mpd.json * Update bucket/mpd.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/mpd.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/mpd.json diff --git a/bucket/mpd.json b/bucket/mpd.json new file mode 100644 index 0000000000..a8c29b9337 --- /dev/null +++ b/bucket/mpd.json @@ -0,0 +1,21 @@ +{ + "version": "0.23.7", + "description": "Music Player Daemon", + "homepage": "https://www.musicpd.org/", + "license": "GPL-2.0-or-later", + "architecture": { + "64bit": { + "url": "https://www.musicpd.org/download/win32/0.23.7/mpd.exe", + "hash": "7e30ceb29544039a94b2b234901403ffa6c984cb0c8248c1f596314d203c8c2f" + } + }, + "bin": "mpd.exe", + "checkver": "MPD ([\\d.]+) released", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://www.musicpd.org/download/win32/$version/mpd.exe" + } + } + } +}