diff --git a/buildroot-external/package/snapcast/snapcast.mk b/buildroot-external/package/snapcast/snapcast.mk index b4e2454..43cedbd 100644 --- a/buildroot-external/package/snapcast/snapcast.mk +++ b/buildroot-external/package/snapcast/snapcast.mk @@ -4,7 +4,7 @@ # ################################################################################ -SNAPCAST_VERSION = v0.26.0 +SNAPCAST_VERSION = v0.27.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/snapcast/Makefile b/openwrt/snapcast/Makefile index 177132f..0169cf0 100644 --- a/openwrt/snapcast/Makefile +++ b/openwrt/snapcast/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME := snapcast -PKG_VERSION := 0.26.0 +PKG_VERSION := 0.27.0 PKG_RELEASE := $(PKG_SOURCE_VERSION) PKG_USE_MIPS16 := 0 # PKG_MIRROR_HASH=skip PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/badaix/snapcast.git -PKG_SOURCE_VERSION:=v0.26.0 +PKG_SOURCE_VERSION:=v0.27.0 PKG_BUILD_DIR:=$(BUILD_DIR)/snapcast-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk