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 <aha...@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"/>
        

Reply via email to