From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Lorenz To: development@lists.ipfire.org Subject: [PATCH] sqlite: update lfs file, now on ver 3110000 (i forgot last git add) Date: Sat, 20 Feb 2016 14:11:33 +0100 Message-ID: <1455973893-19399-1-git-send-email-lorenz.marcel@web.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6506875054955119169==" List-Id: --===============6506875054955119169== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit This is the last release from the official sqlite website Signed-off-by: Marcel Lorenz --- lfs/sqlite | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/sqlite b/lfs/sqlite index d68c140..997828f 100644 --- a/lfs/sqlite +++ b/lfs/sqlite @@ -24,7 +24,7 @@ include Config -VER = 3090100 +VER = 3110000 THISAPP = sqlite-autoconf-$(VER) DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) @@ -39,7 +39,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 74931054399a2d7acf35637efe8d6f45 +$(DL_FILE)_MD5 = a6cdc3e0a6e5087d620037ae0c48720d install : $(TARGET) -- 1.9.1 --===============6506875054955119169==--