Bläddra i källkod

alsa: update to latest - 1.0.29

Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess 9 år sedan
förälder
incheckning
414267681a
2 ändrade filer med 7 tillägg och 7 borttagningar
  1. 3
    3
      libs/alsa-lib/Makefile
  2. 4
    4
      utils/alsa-utils/Makefile

+ 3
- 3
libs/alsa-lib/Makefile Visa fil

@@ -1,5 +1,5 @@
1 1
 #
2
-# Copyright (C) 2006-2014 OpenWrt.org
2
+# Copyright (C) 2006-2015 OpenWrt.org
3 3
 #
4 4
 # This is free software, licensed under the GNU General Public License v2.
5 5
 # See /LICENSE for more information.
@@ -8,13 +8,13 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=alsa-lib
11
-PKG_VERSION:=1.0.28
11
+PKG_VERSION:=1.0.29
12 12
 PKG_RELEASE:=1
13 13
 
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
15 15
 PKG_SOURCE_URL:=ftp://ftp.alsa-project.org/pub/lib/ \
16 16
 		http://alsa.cybermirror.org/lib/
17
-PKG_MD5SUM:=c9e21b88a2b3e6e12ea7ba0f3b271fc3
17
+PKG_MD5SUM:=de67e0eca72474d6b1121037dafe1024
18 18
 PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
19 19
 
20 20
 PKG_LICENSE:=LGPLv2.1 GPLv2

+ 4
- 4
utils/alsa-utils/Makefile Visa fil

@@ -1,5 +1,5 @@
1 1
 #
2
-# Copyright (C) 2006-2014 OpenWrt.org
2
+# Copyright (C) 2006-2015 OpenWrt.org
3 3
 #
4 4
 # This is free software, licensed under the GNU General Public License v2.
5 5
 # See /LICENSE for more information.
@@ -8,13 +8,13 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=alsa-utils
11
-PKG_VERSION:=1.0.28
12
-PKG_RELEASE:=2
11
+PKG_VERSION:=1.0.29
12
+PKG_RELEASE:=1
13 13
 
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
15 15
 PKG_SOURCE_URL:=ftp://ftp.alsa-project.org/pub/utils/ \
16 16
 		http://alsa.cybermirror.org/utils/
17
-PKG_MD5SUM:=361552d5b1cacd0a1e7ba09e69990211
17
+PKG_MD5SUM:=6b289bf874c4c9a63f4b3973093dd404
18 18
 PKG_INSTALL:=1
19 19
 PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
20 20