diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : closure-compiler -version : '20210202' -release : 3 +version : '20210907' +release : 4 source : - - https://github.com/google/closure-compiler/archive/v20210202.tar.gz : de4a41fa6cfd524548f508a4b078677a6cac351dc665233473c1dc5bef102800 + - https://github.com/google/closure-compiler/archive/refs/tags/v20210907.tar.gz : 0f3acfcd5e0f9ab994d7b96ef96486b4f701c8d9d56b4dc0b098028824563217 license : Apache-2.0 homepage : https://developers.google.com/closure/compiler/ component : programming.java @@ -20,7 +20,7 @@ rm .bazelrc build : | export JAVA_HOME=/usr/lib64/openjdk-11 - bazel build //:compiler_shaded --define=COMPILER_VERSION=%version%.0.0 + bazel build --host_javabase=@local_jdk//:jdk //:compiler_shaded --define=COMPILER_VERSION=%version%.0.0 install : | install -Dm00644 bazel-bin/compiler_shaded.jar $installdir/usr/share/java/closure-compiler/closure-compiler.jar install -Dm00755 $pkgfiles/closure-compiler $installdir/usr/bin/closure-compiler diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -26,12 +26,12 @@ - - 2021-02-22 - 20210202 + + 2021-10-05 + 20210907 Packaging update Martin Reboredo yakoyoku@gmail.com \ No newline at end of file