You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2017/12/08 08:54:24 UTC

[royale-asjs] 01/02: stop using latest GCL in case it breaks us (which it did). This version seems to work

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

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

commit c3e5830664036ce7a1d708860f4fc5513064b5e7
Author: Alex Harui <ah...@apache.org>
AuthorDate: Fri Dec 8 00:53:21 2017 -0800

    stop using latest GCL in case it breaks us (which it did).  This version seems to work
---
 frameworks/downloads.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/downloads.xml b/frameworks/downloads.xml
index d15375f..ac69d5c 100644
--- a/frameworks/downloads.xml
+++ b/frameworks/downloads.xml
@@ -255,7 +255,7 @@
 	<!-- Google Closure Library -->
     <target name="gcl-download" depends="check-goog-home" unless="GOOG_HOME" description="Downloads Google Closure Library">
     	<mkdir dir="${download.dir}"/>
-    	<get src="https://github.com/google/closure-library/archive/master.zip"
+    	<get src="https://github.com/google/closure-library/archive/v20170910.zip"
     	        dest="${download.dir}/google-closure-library-master.zip"
     	        verbose="false" ignoreerrors="true"/>
     	

-- 
To stop receiving notification emails like this one, please contact
"commits@royale.apache.org" <co...@royale.apache.org>.