New commits:
commit 814c5566913d4596f2f7624d2f179cb467384728
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
database/sqlite: added actual upstream SHA1 sum + AWK fixes for version
computing
diff --git a/database/sqlite/DETAILS b/database/sqlite/DETAILS
index 1325069..7ee0374 100755
--- a/database/sqlite/DETAILS
+++ b/database/sqlite/DETAILS
@@ -1,9 +1,10 @@
SPELL=sqlite
VERSION=3.12.2
-
SOURCE_HASH=sha512:e56b8d5b8fb41d27437659db669259198663c266c0b3faf44ba9b130441550fb79bd040e6488f56280b33230d9cf4e51c7906f968ffdd36206354bfabc4b6eb4:UPSTREAM_HASH
- VERSIONX=autoconf-$(echo ${VERSION}.0 | awk \
+ SOURCE_HASH=sha1:b43c2e7238e54c50b95fbbd85c48792f4f39af8c:UPSTREAM_HASH
+ VERSIONX=autoconf-$(echo ${VERSION} | awk \
'BEGIN { FS="."; OFS=""; ORS="" }
-{ print $1; for (i=2; i<=NF; i++) {printf ("%02d", ($i))} }')
+{ print $1; for (i=2; i<=NF; i++) {printf ("%02d", ($i))} }
+END { if (NF<4) print "00" }')
SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL}-${VERSIONX}"
SOURCE=${SPELL}-${VERSIONX}.tar.gz
SOURCE_URL[0]=http://www.sqlite.org/2016/$SOURCE
diff --git a/database/sqlite/HISTORY b/database/sqlite/HISTORY
index 584614a..2d94030 100644
--- a/database/sqlite/HISTORY
+++ b/database/sqlite/HISTORY
@@ -1,3 +1,6 @@
+2016-04-19 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: added actual SHA1 sum + AWK fixes
+
2016-04-19 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 3.12.2 as 3.12.1 is no longer available (404)
SOURCE matches upstream posted SHA1
[SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (814c5566913d4596f2f7624d2f179cb467384728),
Pavel Vinogradov, 04/19/2016