libreoffice.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "version": "7.1.0.3",
  3. "description": "Powerful office suite; fixed version",
  4. "homepage": "https://libreoffice.org/",
  5. "license": "MPL-2.0",
  6. "suggest": {
  7. "Visual C++ Redistributable for Visual Studio 2015": "vcredist2015"
  8. },
  9. "architecture": {
  10. "64bit": {
  11. "url": "https://downloadarchive.documentfoundation.org/libreoffice/old/7.1.0.3/win/x86_64/LibreOffice_7.1.0.3_Win_x64.msi",
  12. "hash": "5ddb51955849dc4fe39933047c1b65d044ec5b01ff88e8b81e0a15d8de638aed"
  13. },
  14. "32bit": {
  15. "url": "https://downloadarchive.documentfoundation.org/libreoffice/old/7.1.0.3/win/x86/LibreOffice_7.1.0.3_Win_x86.msi",
  16. "hash": "258bae103cc76b01b943814c25fd37d1373c2b2e23a1f6c92d268510e708ed5f"
  17. }
  18. },
  19. "shortcuts": [
  20. [
  21. "program\\sbase.exe",
  22. "LibreOffice\\LibreOffice Base"
  23. ],
  24. [
  25. "program\\scalc.exe",
  26. "LibreOffice\\LibreOffice Calc"
  27. ],
  28. [
  29. "program\\sdraw.exe",
  30. "LibreOffice\\LibreOffice Draw"
  31. ],
  32. [
  33. "program\\simpress.exe",
  34. "LibreOffice\\LibreOffice Impress"
  35. ],
  36. [
  37. "program\\smath.exe",
  38. "LibreOffice\\LibreOffice Math"
  39. ],
  40. [
  41. "program\\swriter.exe",
  42. "LibreOffice\\LibreOffice Writer"
  43. ]
  44. ],
  45. "checkver": {
  46. "url": "https://www.libreoffice.org/download/download/",
  47. "regex": "libreoffice-([\\d.]+)\\.tar\\.xz"
  48. },
  49. "autoupdate": {
  50. "architecture": {
  51. "64bit": {
  52. "url": "https://downloadarchive.documentfoundation.org/libreoffice/old/$version/win/x86_64/LibreOffice_$version_Win_x64.msi"
  53. },
  54. "32bit": {
  55. "url": "https://downloadarchive.documentfoundation.org/libreoffice/old/$version/win/x86/LibreOffice_$version_Win_x86.msi"
  56. }
  57. },
  58. "hash": {
  59. "url": "$url.sha256"
  60. }
  61. }
  62. }