gnucash-on-windows master: Fix slightly incorrect download URL.
John Ralls
jralls at code.gnucash.org
Sat May 20 16:47:09 EDT 2017
Updated via https://github.com/Gnucash/gnucash-on-windows/commit/f807b4f5 (commit)
from https://github.com/Gnucash/gnucash-on-windows/commit/ad44d64e (commit)
commit f807b4f534a8299c5ce0f22b09991ab9b2d7d46a
Author: John Ralls <jralls at ceridwen.us>
Date: Sat May 20 13:48:33 2017 -0700
Fix slightly incorrect download URL.
diff --git a/defaults.sh b/defaults.sh
index 585e41d..159738c 100644
--- a/defaults.sh
+++ b/defaults.sh
@@ -365,7 +365,7 @@ set_default AQBANKING_URL "https://www.aquamaniac.de/sites/download/download.php
set_default AQBANKING_DIR $GLOBAL_DIR\\aqbanking
set_default AQB_PATCH ""
-set_default SQLITE3_URL "https://sqlite.org/2017/sqlite-autotools-3180000.tar.gz"
+set_default SQLITE3_URL "https://sqlite.org/2017/sqlite-autoconf-3180000.tar.gz"
set_default SQLITE3_DIR $GLOBAL_DIR\\sqlite3
set_default MYSQL_LIB_URL "http://mirror.csclub.uwaterloo.ca/mysql/Downloads/Connector-C/mysql-connector-c-noinstall-6.0.1-win32.zip"
set_default MYSQL_LIB_DIR $GLOBAL_DIR\\mysql
Summary of changes:
defaults.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the gnucash-changes
mailing list