Revision: 26686 http://sourceforge.net/p/gar/code/26686 Author: dmichelsen Date: 2020-08-10 10:49:02 +0000 (Mon, 10 Aug 2020) Log Message: ----------- sqlite3/trunk: Update to 3.32.3
Modified Paths: -------------- csw/mgar/pkg/sqlite3/trunk/Makefile csw/mgar/pkg/sqlite3/trunk/checksums Modified: csw/mgar/pkg/sqlite3/trunk/Makefile =================================================================== --- csw/mgar/pkg/sqlite3/trunk/Makefile 2020-08-03 12:02:00 UTC (rev 26685) +++ csw/mgar/pkg/sqlite3/trunk/Makefile 2020-08-10 10:49:02 UTC (rev 26686) @@ -1,5 +1,5 @@ NAME = sqlite3 -VERSION = 3220000 +VERSION = 3320300 GARTYPE = v2 DESCRIPTION = An embeddable SQL engine in a C library @@ -9,7 +9,7 @@ endef # Download informations -MASTER_SITES = http://sqlite.org/2018/ +MASTER_SITES = http://sqlite.org/2020/ DISTNAME = sqlite-autoconf-$(VERSION) DISTFILES += $(DISTNAME).tar.gz DISTFILES += copyright-release.html @@ -45,7 +45,7 @@ # Enable sqlite3_unlock_notify() API as requested in #4837 EXTRA_CPPFLAGS += -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -# FOr fchmod in stat.h +# For fchmod in stat.h EXTRA_CPPFLAGS-5.9 += -D__EXTENSIONS__=1 EXTRA_CPPFLAGS += $(EXTRA_CPPFLAGS-$(GAROSREL)) Modified: csw/mgar/pkg/sqlite3/trunk/checksums =================================================================== --- csw/mgar/pkg/sqlite3/trunk/checksums 2020-08-03 12:02:00 UTC (rev 26685) +++ csw/mgar/pkg/sqlite3/trunk/checksums 2020-08-10 10:49:02 UTC (rev 26686) @@ -1,2 +1,2 @@ fc9432136482bcde03102bc3e06dd413 copyright-release.html -96b5648d542e8afa6ab7ffb8db8ddc3d sqlite-autoconf-3220000.tar.gz +2e3911a3c15e85c2f2d040154bbe5ce3 sqlite-autoconf-3320300.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.