From f98cf53a3c6f202191b68ca187b76df47ccd07e1 Mon Sep 17 00:00:00 2001 From: Einhard Leichtfuß Date: Tue, 17 Apr 2018 02:25:39 +0200 Subject: Update json URL to https --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index baa8998..fca9641 100755 --- a/update.sh +++ b/update.sh @@ -117,7 +117,7 @@ function handle_all platform="$3" shift 3 - curl -sO http://freedict.org/freedict-database.json + curl -sO https://freedict.org/freedict-database.json cd "$type" || exit 1 -- cgit v1.2.3