[packages] libsamplerate: update to v0.1.7, cleanup
authorNicolas Thill <nico@openwrt.org>
Mon, 5 Oct 2009 19:50:21 +0000 (19:50 +0000)
committerNicolas Thill <nico@openwrt.org>
Mon, 5 Oct 2009 19:50:21 +0000 (19:50 +0000)
SVN-Revision: 17924

libs/libsamplerate/Makefile

index ea877350bbb32b19b88832835edfa41a4305aa4b..34bc146ea73f6f2b46a9284063b2787b81ea9509 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2008 OpenWrt.org
+# Copyright (C) 2007-2009 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -8,14 +8,14 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libsamplerate
-PKG_VERSION:=0.1.3
-PKG_RELEASE:=2
+PKG_VERSION:=0.1.7
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://www.mega-nerd.com/SRC/
-PKG_MD5SUM:=3f91af22a6c4135485594d0d2c91d45d
+PKG_MD5SUM:=ad093e60ec44f0a60de8e29983ddbc0f
 
-PKG_FIXUP = libtool
+PKG_FIXUP:=libtool
 
 include $(INCLUDE_DIR)/package.mk