diff options
author | Ted Hess <thess@kitschensync.net> | 2014-07-17 13:12:47 -0400 |
---|---|---|
committer | Ted Hess <thess@kitschensync.net> | 2014-07-17 18:04:56 -0400 |
commit | fee6abc83d6639b6fdd21d024711428a459a0d2a (patch) | |
tree | 40f579033c86f25a72c698bd37fcfe203ed30637 | |
parent | f15e65140398d41fa6408168a166fd6d85703ec5 (diff) |
alsa-utils: Upgrade to 1.0.28, add myself as package maintainer
Signed-off-by: Ted Hess <thess@kitschensync.net>
-rw-r--r-- | utils/alsa-utils/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/utils/alsa-utils/Makefile b/utils/alsa-utils/Makefile index f60da4ad6..f7c875265 100644 --- a/utils/alsa-utils/Makefile +++ b/utils/alsa-utils/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2012 OpenWrt.org +# Copyright (C) 2006-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,14 +8,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=alsa-utils -PKG_VERSION:=1.0.27.2 -PKG_RELEASE:=1 +PKG_VERSION:=1.0.28 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=ftp://ftp.alsa-project.org/pub/utils/ \ http://alsa.cybermirror.org/utils/ -PKG_MD5SUM:=b65e9a04181bd7c9db7667a4566f8dc3 +PKG_MD5SUM:=361552d5b1cacd0a1e7ba09e69990211 PKG_INSTALL:=1 +PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> include $(INCLUDE_DIR)/package.mk |