builder.json 798 B

123456789101112
  1. {
  2. "autogen": "linux/(amd64|arm64|loong54|ppc64le|s390x|386|arm|riscv64)",
  3. "autoupdate": "linux/(amd64|arm64|loong54|ppc64le|s390x|386|arm|riscv64)|freebsd/amd64",
  4. "autotag": "linux/(amd64|arm64)|freebsd/amd64",
  5. "download": [
  6. {"re": "linux/(amd64|arm64|386|arm|riscv64)", "files": ["https://www.x.org/releases/individual/lib/libXft-2.3.6.tar.gz"]},
  7. {"re": "linux/loong64", "files": ["https://www.x.org/releases/individual/lib/libXft-2.3.4.tar.gz"]},
  8. {"re": "linux/(ppc64le|s390x)", "files": ["https://www.x.org/releases/individual/lib/libXft-2.3.2.tar.gz"]},
  9. {"re": "freebsd/amd64", "files": ["https://www.x.org/releases/individual/lib/libXft-2.3.8.tar.gz"]}
  10. ],
  11. "test": "linux/(amd64|arm64|loong54|ppc64le|s390x|386|arm|riscv64)|freebsd/amd64"
  12. }