[Gpg4win-commits] [git] Gpg4win - branch, website, updated. gpg4win-2.1.0-224-g809113e

by Emanuel Schuetze cvs at cvs.gnupg.org
Wed Nov 25 09:01:34 CET 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG for Windows".

The branch, website has been updated
       via  809113ee9701068a1231ffd0f96c41187b5fb70c (commit)
      from  e5682672e7fee4fbf3113737b14d91fdfb008237 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 809113ee9701068a1231ffd0f96c41187b5fb70c
Author: Emanuel Schuetze <emanuel at intevation.de>
Date:   Wed Nov 25 09:00:58 2015 +0100

    Change download link in change-history to https.

diff --git a/web/build-history.awk b/web/build-history.awk
index 53beb2c..269c6fe 100644
--- a/web/build-history.awk
+++ b/web/build-history.awk
@@ -173,11 +173,11 @@ in_vers && /^~~~/ {
   print "</pre>"
 
   printf "<p>%s ", explicit_dl_text[lang];
-  printf "<a href=\"http://ftp.gpg4win.org/gpg4win-%s.exe\">gpg4win-%s.exe</a><br>", version, version;
+  printf "<a href=\"https://files.gpg4win.org/gpg4win-%s.exe\">gpg4win-%s.exe</a><br>", version, version;
   printf "</p>"
 
   printf "<p>%s ", readme_text[lang];
-  printf "<a href=\"http://ftp.gpg4win.org/README-%s." lang ".txt\">README-%s." lang ".txt</a><br>", version, version;
+  printf "<a href=\"https://files.gpg4win.org/README-%s." lang ".txt\">README-%s." lang ".txt</a><br>", version, version;
   printf "</p>"
 }
 

-----------------------------------------------------------------------

Summary of changes:
 web/build-history.awk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GnuPG for Windows
http://git.gnupg.org



More information about the Gpg4win-commits mailing list