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/11/11 11:08:04 UTC

[royale-compiler] branch develop updated: www.antlr.org forces redirect to https

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 5cb2f90  www.antlr.org forces redirect to https
5cb2f90 is described below

commit 5cb2f9031ba3fb32058860963e480f27befdc9f6
Author: Harbs <ha...@in-tools.com>
AuthorDate: Sun Nov 11 13:07:54 2018 +0200

    www.antlr.org forces redirect to https
---
 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 6a6bd19..ce7528c 100644
--- a/compiler/src/main/resources/downloads.xml
+++ b/compiler/src/main/resources/downloads.xml
@@ -86,7 +86,7 @@
       <param name="src.checksum" value="acfa69f928a0f1653555bda73091efca"/>
       <param name="dest.folder" value=""/>
       <param name="dest.filename" value="${antlr.name}.jar"/>
-      <param name="license.use.url" value="http://www.antlr.org/license.html"/>
+      <param name="license.use.url" value="https://www.antlr.org/license.html"/>
       <param name="license.cacheName" value="antlr-LICENSE.html"/>
     </antcall>