Browse Source

sqlite3: update to 3.12.2

3.12.0 as been removed from sqlite servers
fixes #2615

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
lilik-openwrt-22.03
Etienne CHAMPETIER 9 years ago
parent
commit
69e62386f9
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libs/sqlite3/Makefile

+ 2
- 2
libs/sqlite3/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=sqlite
PKG_VERSION:=3120000
PKG_VERSION:=3120200
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.sqlite.org/2016/
PKG_MD5SUM:=56a80fdab2f398cb2e1ab2ab7c339c30
PKG_MD5SUM:=c552a133aca1ce1d647163d9e43bbcb1
PKG_LICENSE:=PUBLICDOMAIN
PKG_LICENSE_FILES:=


Loading…
Cancel
Save