diff options
author | ejurgensen <espenjurgensen@gmail.com> | 2016-12-03 17:41:26 +0100 |
---|---|---|
committer | ejurgensen <espenjurgensen@gmail.com> | 2016-12-03 17:41:26 +0100 |
commit | 49186dfaefa40fca79222b7fed8dbeec567dc538 (patch) | |
tree | 066e178f3f622d905e1cfad94a7111d853d452aa /sound/forked-daapd | |
parent | c64a84937ee71136be6ae91d5553ad5a2a2d6099 (diff) |
forked-daapd: Update to version 24.2
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
Diffstat (limited to 'sound/forked-daapd')
-rw-r--r-- | sound/forked-daapd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/forked-daapd/Makefile b/sound/forked-daapd/Makefile index 7f2c7225d..b33bb44fb 100644 --- a/sound/forked-daapd/Makefile +++ b/sound/forked-daapd/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2015 OpenWrt.org +# Copyright (C) 2006-2016 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,9 +8,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=forked-daapd -PKG_VERSION:=24.1 +PKG_VERSION:=24.2 PKG_RELEASE:=1 -PKG_REV:=524d060b7a9a68ab4375460d2da611a80e4fc18b +PKG_REV:=1b6283752ed0b790a6658bed1f05946e1af193da PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) |