update.json 1.2 KB

123456789101112131415161718192021222324252627282930
  1. {
  2. "Vendor": "ArozOS Github",
  3. "binary": {
  4. "windows": {
  5. "amd64": "https://github.com/tobychui/arozos/releases/latest/download/arozos_windows_amd64.exe",
  6. "arm": "",
  7. "arm64": "",
  8. "i386": ""
  9. },
  10. "linux": {
  11. "arm": "https://github.com/tobychui/arozos/releases/latest/download/arozos_linux_arm",
  12. "armv7": "https://github.com/tobychui/arozos/releases/latest/download/arozos_linux_armv7",
  13. "arm64": "https://github.com/tobychui/arozos/releases/latest/download/arozos_linux_arm64",
  14. "amd64": "https://github.com/tobychui/arozos/releases/latest/download/arozos_linux_amd64",
  15. "mipsle": ""
  16. },
  17. "darwin": {
  18. "amd64": "https://github.com/tobychui/arozos/releases/latest/download/arozos_darwin_amd64",
  19. "arm64": ""
  20. },
  21. "freebsd": {
  22. "amd64": "",
  23. "arm": "",
  24. "arm64": "",
  25. "i386": ""
  26. }
  27. },
  28. "webpack": "https://github.com/tobychui/arozos/releases/latest/download/web.tar.gz",
  29. "checksum": "https://jenkins.alanyeung.co/job/arozos/lastSuccessfulBuild/artifact/arozos_file_checksum.sha1"
  30. }