From d55d9ad92cedd039b5a973462663c99a4122a0d4 Mon Sep 17 00:00:00 2001 From: Peter Wagner Date: Sat, 21 Nov 2015 23:39:35 +0100 Subject: [PATCH] pulseaudio: update to 7.1 Signed-off-by: Peter Wagner --- sound/pulseaudio/Makefile | 4 ++-- sound/pulseaudio/files/pulseaudio.init | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index d14f05620..62836b3a0 100644 --- a/sound/pulseaudio/Makefile +++ b/sound/pulseaudio/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pulseaudio -PKG_VERSION:=7.0 +PKG_VERSION:=7.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://freedesktop.org/software/pulseaudio/releases/ -PKG_MD5SUM:=09668b660ffb32f2639cfd6fdc9d3b37 +PKG_MD5SUM:=9d0a9817b632cac8e3f3834d7eb1c99d PKG_LICENSE:=LGPL-2.1+ PKG_LICENSE_FILES:=GPL LICENSE diff --git a/sound/pulseaudio/files/pulseaudio.init b/sound/pulseaudio/files/pulseaudio.init index 1262b941e..005d21fca 100644 --- a/sound/pulseaudio/files/pulseaudio.init +++ b/sound/pulseaudio/files/pulseaudio.init @@ -1,7 +1,7 @@ #!/bin/sh /etc/rc.common # Copyright (C) 2011 OpenWrt.org -START=65 +START=99 STOP=65 USE_PROCD=1