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

Commit

Permalink
snapcast tag v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Mar 4, 2018
1 parent 951d40a commit e5839fb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 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 = 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+
Expand Down
4 changes: 2 additions & 2 deletions openwrt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ $ make

```
$ cd <wrt dir>
$ 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
Expand Down
3 changes: 1 addition & 2 deletions openwrt/snapcast/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion openwrt/snapcast/src

This file was deleted.

0 comments on commit e5839fb

Please sign in to comment.