summaryrefslogtreecommitdiffstats
path: root/database
diff options
context:
space:
mode:
authorTreeve Jelbert2018-09-17 09:35:28 +0200
committerTreeve Jelbert2018-09-17 09:37:14 +0200
commit12e36eeae3ad6aab097de0a60d4d9e6d123c94e1 (patch)
tree8fa0f29cd5e963718af658fea67fb52cdcc9355c /database
parent547345220648863523bc0f990233c9ded851cad3 (diff)
sqlite: => 3.25.0
Diffstat (limited to 'database')
-rwxr-xr-xdatabase/sqlite/DETAILS8
-rw-r--r--database/sqlite/HISTORY3
2 files changed, 7 insertions, 4 deletions
diff --git a/database/sqlite/DETAILS b/database/sqlite/DETAILS
index 43c03a5c44..ebb1ffba1d 100755
--- a/database/sqlite/DETAILS
+++ b/database/sqlite/DETAILS
@@ -1,13 +1,13 @@
SPELL=sqlite
- VERSION=3.24.0
- SOURCE_HASH=sha1:da68915e3563b5244cbcdb6c7e20fb35559bcfc6:UPSTREAM_HASH
+ VERSION=3.25.0
+ SOURCE_HASH=sha1:9188a22f358823aaec649921fb3e21c07f8b6076
VERSIONX=autoconf-$(awk -vFS=. '{printf "%d%02d%02d%02d",$1,$2,$3,$4}'\
<<<"$VERSION")
SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL}-${VERSIONX}"
SOURCE=${SPELL}-${VERSIONX}.tar.gz
- SOURCE_URL[0]=http://www.sqlite.org/2018/${SOURCE}
+ SOURCE_URL[0]=https://www.sqlite.org/2018/${SOURCE}
LICENSE[0]=PD
- WEB_SITE=http://www.sqlite.org/
+ WEB_SITE=https://www.sqlite.org/
ENTERED=20011016
KEYWORDS="sql database"
SHORT="SQL engine in a C library"
diff --git a/database/sqlite/HISTORY b/database/sqlite/HISTORY
index f44cd8fb8b..a4dbe17338 100644
--- a/database/sqlite/HISTORY
+++ b/database/sqlite/HISTORY
@@ -1,3 +1,6 @@
+018-09-17 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 3.25.0
+
2018-06-04 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: version 3.24.0