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" + } + } + } +}