diff options
author | Ted Hess <thess@kitschensync.net> | 2015-07-20 12:55:55 -0400 |
---|---|---|
committer | Ted Hess <thess@kitschensync.net> | 2015-07-20 12:55:55 -0400 |
commit | 414267681a1fa00a6a47283d158ec070fde2cc13 (patch) | |
tree | 3aff6be270d3cc643c2892436db1903e95f70b31 /libs/alsa-lib | |
parent | 6a56edca27ba2db9b3a8114ece78b08f64a37cf0 (diff) |
alsa: update to latest - 1.0.29
Signed-off-by: Ted Hess <thess@kitschensync.net>
Diffstat (limited to 'libs/alsa-lib')
-rw-r--r-- | libs/alsa-lib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/alsa-lib/Makefile b/libs/alsa-lib/Makefile index a4ccc2331..29fa9f70f 100644 --- a/libs/alsa-lib/Makefile +++ b/libs/alsa-lib/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2014 OpenWrt.org +# Copyright (C) 2006-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=alsa-lib -PKG_VERSION:=1.0.28 +PKG_VERSION:=1.0.29 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=ftp://ftp.alsa-project.org/pub/lib/ \ http://alsa.cybermirror.org/lib/ -PKG_MD5SUM:=c9e21b88a2b3e6e12ea7ba0f3b271fc3 +PKG_MD5SUM:=de67e0eca72474d6b1121037dafe1024 PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> PKG_LICENSE:=LGPLv2.1 GPLv2 |