1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-08 12:11:18 +02:00

update SQLite to new upstream release, v3.3.3

SVN-Revision: 3594
This commit is contained in:
Oliver Ertl 2006-04-05 12:40:42 +00:00
parent 7d6f1e1615
commit f5ae7f2d72

@ -3,9 +3,9 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=sqlite PKG_NAME:=sqlite
PKG_VERSION:=3.2.8 PKG_VERSION:=3.3.3
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_MD5SUM:=9f2c014aaa46565b8163e047166a5686 PKG_MD5SUM:=eb5d9d7e7853b3af78e767d709b7fced
PKG_SOURCE_URL:=http://www.sqlite.org/ PKG_SOURCE_URL:=http://www.sqlite.org/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz