Merge pull request #5237 from heitbaum/ao0

mpd: update to 0.22.6 (addon 110)
This commit is contained in:
CvH 2021-03-20 10:17:44 +01:00 committed by GitHub
commit 88f03debfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,6 @@
110
- Update to version 0.22.6
109 109
- Update to version 0.22.3 - Update to version 0.22.3
- Enabled fifo - Enabled fifo

View File

@ -3,9 +3,9 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="mpd" PKG_NAME="mpd"
PKG_VERSION="0.22.3" PKG_VERSION="0.22.6"
PKG_SHA256="338012037b5e67730529187c555a54cc567a85b15a7e8ddb3a807b1971566ccf" PKG_SHA256="2be149a4895c3cb613477f8cf1193593e3d8a1d38a75ffa7d32da8c8316a4d5e"
PKG_REV="109" PKG_REV="110"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="https://www.musicpd.org" PKG_SITE="https://www.musicpd.org"