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>
This commit is contained in:
Bharatvaj 2022-05-17 23:14:32 +05:30 committed by GitHub
parent 57477f958e
commit f92efd5aa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
bucket/mpd.json Normal file
View File

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