Merge pull request #5135 from heitbaum/rust

librespot: update addon (126)
This commit is contained in:
CvH 2021-02-13 10:27:18 +01:00 committed by GitHub
commit 6100a01c97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="rust"
PKG_VERSION="1.49.0"
PKG_VERSION="1.50.0"
PKG_LICENSE="MIT"
PKG_SITE="https://www.rust-lang.org"
PKG_DEPENDS_TARGET="toolchain rustup.rs"

View File

@ -1,3 +1,6 @@
126
- rust: update to 1.50.0
125
- Update to 0.1.3
- Revert to dns-sd instead of mdns

View File

@ -5,7 +5,7 @@
PKG_NAME="librespot"
PKG_VERSION="0.1.3"
PKG_SHA256="2d28a63c6dda08ecbc1245c7cfe34c9b3b29e8c5304f4aa8b65aedb899056b25"
PKG_REV="125"
PKG_REV="126"
PKG_ARCH="any"
PKG_LICENSE="MIT"
PKG_SITE="https://github.com/librespot-org/librespot/"