librespot: update to githash c964102 (2023-05-14)

This commit is contained in:
Henri Funck 2023-05-06 09:29:07 +02:00
parent 305d1a6518
commit 97bfce34c0
2 changed files with 6 additions and 8 deletions

View File

@ -1,2 +1,4 @@
1
- update librespot to githash 03b547d (2023-04-16)
2
- update librespot to githash c964102 (2023-05-14)

View File

@ -3,10 +3,10 @@
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="librespot"
PKG_VERSION="03b547d3b3b434811225ebc153c651e5f1917b95"
PKG_VERSION_DATE="2023-04-16"
PKG_SHA256="fd6ffed75f5d9a0941c4ca2a86192c17217b60d1d301e47ff0d8aeec3b3e0e97"
PKG_REV="1"
PKG_VERSION="c964102a349589d644baef5f43a566d6d1e151f1"
PKG_VERSION_DATE="2023-05-14"
PKG_SHA256="3bc6782d8796253040d995043fba4e6f6c71ff902da110b50398071e082b1930"
PKG_REV="2"
PKG_ARCH="any"
PKG_LICENSE="MIT"
PKG_SITE="https://github.com/librespot-org/librespot/"
@ -23,10 +23,6 @@ PKG_ADDON_TYPE="xbmc.service"
PKG_MAINTAINER="Anton Voyl (awiouy)"
make_target() {
unset CFLAGS
unset CXXFLAGS
unset CPPFLAGS
unset LDFLAGS
export RUSTC_LINKER=${CC}
cargo build \
--target ${TARGET_NAME} \