Bharatvaj f92efd5aa0
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>
2022-05-17 23:14:32 +05:30

22 lines
615 B
JSON

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