mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
* 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>
22 lines
615 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|