You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ha...@apache.org on 2018/03/10 20:51:09 UTC

[royale-compiler] branch develop updated: Download seems to require https now

This is an automated email from the ASF dual-hosted git repository.

harbs pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git


The following commit(s) were added to refs/heads/develop by this push:
     new ad7c580  Download seems to require https now
ad7c580 is described below

commit ad7c58063160c68fb8422a10bf0c12ae94f0d8a5
Author: Harbs <ha...@in-tools.com>
AuthorDate: Sat Mar 10 22:51:00 2018 +0200

    Download seems to require https now
---
 compiler/src/main/resources/downloads.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/src/main/resources/downloads.xml b/compiler/src/main/resources/downloads.xml
index 08ab923..6a6bd19 100644
--- a/compiler/src/main/resources/downloads.xml
+++ b/compiler/src/main/resources/downloads.xml
@@ -208,7 +208,7 @@
       <param name="dest.jarPath" value="${external.lib.dir}/${lzma.name}-sdk.jar"/>
       <param name="dest.folder" value=""/>
       <param name="dest.filename" value="${lzma.name}-sdk.jar"/>
-      <param name="license.use.url" value="http://www.7-zip.org/sdk.html"/>
+      <param name="license.use.url" value="https://www.7-zip.org/sdk.html"/>
       <param name="license.cacheName" value="lzma-sdk-LICENSE.html"/>
     </antcall>
 

-- 
To stop receiving notification emails like this one, please contact
harbs@apache.org.