Custom app manifests for Scoop.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

closure-compiler.json 673B

123456789101112131415161718
  1. {
  2. "homepage": "https://developers.google.com/closure/compiler/",
  3. "description": "The Closure Compiler is a tool for making JavaScript download and run faster. Instead of compiling from a source language to machine code, it compiles from JavaScript to better JavaScript.",
  4. "version": "20200614",
  5. "license": "Apache-2.0",
  6. "url": "https://dl.google.com/closure-compiler/compiler-20200614.zip",
  7. "hash": "sha256:F17FD95C0D1E868189A9F1C6E15AF988B62893F87E17030711A4751487C9B995",
  8. "bin": [
  9. [
  10. "closure-compiler-v20200614.jar",
  11. "closure-compiler"
  12. ]
  13. ],
  14. "checkver": {
  15. "url": "https://github.com/google/closure-compiler/releases",
  16. "regex": "v([\\d]{8})"
  17. }
  18. }