Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
Update snapcast to v0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Feb 5, 2023
1 parent 6117f4f commit 79f5871
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildroot-external/package/snapcast/snapcast.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down
4 changes: 2 additions & 2 deletions openwrt/snapcast/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 79f5871

Please sign in to comment.