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 2018/12/27 01:54:52 UTC

[royale-asjs] 01/02: upgrade to Closure Library 20180910

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 9240cac14ce92cd1bbec95c56180c03a455964ee
Author: Alex Harui <ah...@apache.org>
AuthorDate: Wed Dec 26 17:50:31 2018 -0800

    upgrade to Closure Library 20180910
---
 frameworks/downloads.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/downloads.xml b/frameworks/downloads.xml
index 5ba50bf..66dc783 100644
--- a/frameworks/downloads.xml
+++ b/frameworks/downloads.xml
@@ -262,7 +262,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/v20170910.zip"
+    	<get src="https://github.com/google/closure-library/archive/v20180910.zip"
     	        dest="${download.dir}/google-closure-library-master.zip"
     	        verbose="false" ignoreerrors="true"/>