From 6c330f26a38ee756bbbc920db44df60ace88038d Mon Sep 17 00:00:00 2001 From: florian Date: Thu, 18 Jun 2009 15:50:49 +0000 Subject: [PATCH] [package] update alsa-utils to 1.0.20 (#5365) git-svn-id: svn://svn.openwrt.org/openwrt/packages@16511 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/alsa-utils/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/alsa-utils/Makefile b/utils/alsa-utils/Makefile index 346b381c6..16291888e 100644 --- a/utils/alsa-utils/Makefile +++ b/utils/alsa-utils/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=alsa-utils -PKG_VERSION:=1.0.19 +PKG_VERSION:=1.0.20 PKG_RELEASE:=1 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:=5ff0379c707c1a29083233edc9ab4e06 +PKG_MD5SUM:=6837e673ef19da96d8bd2f9e18cd9574 PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk