X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fsqlite;h=5bc694a28b0c18fe40ebd18e93a72492f6469fa7;hb=41dfa08d2a9be671a48d4e0cd33f1e89541ae0d8;hp=2e56feb589d532cac6fe741205cd7a794812d865;hpb=8a6159ae4b6acb0aff7a12f11beaf3360d50cb0d;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/sqlite b/lfs/sqlite index 2e56feb58..5bc694a28 100644 --- a/lfs/sqlite +++ b/lfs/sqlite @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2011 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,15 +24,15 @@ include Config -VER = 3.6.10 +VER = 3070603 -THISAPP = sqlite-$(VER) +THISAPP = sqlite-autoconf-$(VER) DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = sqlite -PAK_VER = 1 +PAK_VER = 2 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = a03bdc86df4025b6881d58557e4b5bd3 +$(DL_FILE)_MD5 = 7eb41eea5ffa5cbe359a48629084c425 install : $(TARGET)