Browse Source

pulseaudio: update to 7.1

Signed-off-by: Peter Wagner <tripolar@gmx.at>
Peter Wagner 9 years ago
parent
commit
d55d9ad92c
2 changed files with 3 additions and 3 deletions
  1. 2
    2
      sound/pulseaudio/Makefile
  2. 1
    1
      sound/pulseaudio/files/pulseaudio.init

+ 2
- 2
sound/pulseaudio/Makefile View File

@@ -8,12 +8,12 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=pulseaudio
11
-PKG_VERSION:=7.0
11
+PKG_VERSION:=7.1
12 12
 PKG_RELEASE:=1
13 13
 
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
15 15
 PKG_SOURCE_URL:=http://freedesktop.org/software/pulseaudio/releases/
16
-PKG_MD5SUM:=09668b660ffb32f2639cfd6fdc9d3b37
16
+PKG_MD5SUM:=9d0a9817b632cac8e3f3834d7eb1c99d
17 17
 PKG_LICENSE:=LGPL-2.1+
18 18
 PKG_LICENSE_FILES:=GPL LICENSE
19 19
 

+ 1
- 1
sound/pulseaudio/files/pulseaudio.init View File

@@ -1,7 +1,7 @@
1 1
 #!/bin/sh /etc/rc.common
2 2
 # Copyright (C) 2011 OpenWrt.org
3 3
 
4
-START=65
4
+START=99
5 5
 STOP=65
6 6
 
7 7
 USE_PROCD=1