diff --git a/buildroot-external/package/snapcast/snapcast.mk b/buildroot-external/package/snapcast/snapcast.mk index 42e2f61..68f9038 100644 --- a/buildroot-external/package/snapcast/snapcast.mk +++ b/buildroot-external/package/snapcast/snapcast.mk @@ -4,7 +4,7 @@ # ################################################################################ -SNAPCAST_VERSION = 075bff68 +SNAPCAST_VERSION = v0.13.0 SNAPCAST_SITE = $(call github,badaix,snapcast,$(SNAPCAST_VERSION)) SNAPCAST_DEPENDENCIES = libogg alsa-lib avahi # libstdcpp libatomic libflac libvorbisidec SNAPCAST_LICENSE = GPL-3.0+ diff --git a/openwrt/README.md b/openwrt/README.md index 31f6102..6242d55 100644 --- a/openwrt/README.md +++ b/openwrt/README.md @@ -47,8 +47,8 @@ $ make ``` $ cd -$ make package/sxx/snapcast/clean -$ make package/sxx/snapcast/compile +$ make package/snapos/snapcast/clean +$ make package/snapos/snapcast/compile ``` The packaged `ipk` files for OpenWrt are in diff --git a/openwrt/snapcast/Makefile b/openwrt/snapcast/Makefile index 8d2a17e..37339b8 100644 --- a/openwrt/snapcast/Makefile +++ b/openwrt/snapcast/Makefile @@ -14,8 +14,7 @@ PKG_USE_MIPS16 := 0 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/badaix/snapcast.git -PKG_SOURCE_VERSION:=a3f309e0da291dcbec14520f4f8f44a739184ddf -#v0.12.0 +PKG_SOURCE_VERSION:=v0.13.0 PKG_BUILD_DIR:=$(BUILD_DIR)/snapcast-$(PKG_VERSION) PKG_BUILD_DEPENDS := asio popl aixlog diff --git a/openwrt/snapcast/src b/openwrt/snapcast/src deleted file mode 120000 index cc08ce9..0000000 --- a/openwrt/snapcast/src +++ /dev/null @@ -1 +0,0 @@ -/home/johannes/Develop/snapcast \ No newline at end of file