[packages] sqlite3: update to 3070900
authorStephen Walker <stephendwalker@gmail.com>
Fri, 13 Jan 2012 22:11:10 +0000 (22:11 +0000)
committerStephen Walker <stephendwalker@gmail.com>
Fri, 13 Jan 2012 22:11:10 +0000 (22:11 +0000)
SVN-Revision: 29736

libs/sqlite3/Makefile

index 3c986065241e1a0c0aa6309422cd955ee40169d6..481951bc64e48fad6afddb09a8b61996f27a54e8 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2006-2011 OpenWrt.org
+# Copyright (C) 2006-2012 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=sqlite
-PKG_VERSION:=3070701
-PKG_RELEASE:=2
+PKG_VERSION:=3070900
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://www.sqlite.org
-PKG_MD5SUM:=554026fe7fac47b1cf61c18d5fe43419
+PKG_MD5SUM:=dce303524736fe89a76b8ed29d566352
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-autoconf-$(PKG_VERSION)
 PKG_BUILD_DEPENDS:=libncurses libreadline