You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2013/08/29 22:31:17 UTC

svn commit: r1518811 - /openoffice/ooo-site/trunk/content/download/test/download.js

Author: marcus
Date: Thu Aug 29 20:31:17 2013
New Revision: 1518811

URL: http://svn.apache.org/r1518811
Log:
Updated link

Modified:
    openoffice/ooo-site/trunk/content/download/test/download.js

Modified: openoffice/ooo-site/trunk/content/download/test/download.js
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/download.js?rev=1518811&r1=1518810&r2=1518811&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/download.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/download.js Thu Aug 29 20:31:17 2013
@@ -172,7 +172,7 @@ function getLink() {
 			// chk_link	= chk_link + VERSION + "_" + URL_PLATFORM + "_" + NL_LANGUAGE + EXTENSION;
 			chk_link	= APACHE_DIST_BASE_URL + "/binaries/" + NL_LANGUAGE + "/" + FILENAME;
 
-			CHECKSUM_KEYS	= "http://www.apache.org/dist/openoffice/KEYS";
+			CHECKSUM_KEYS	= "https://people.apache.org/keys/group/openoffice.asc";
 			CHECKSUM_ASC	= chk_link + ".asc";
 			CHECKSUM_MD5	= chk_link + ".md5";
 			CHECKSUM_SHA256	= chk_link + ".sha256";