1
0

libreoffice.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "version": "7.0.4.2",
  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.0.4.2/win/x86_64/LibreOffice_7.0.4.2_Win_x64.msi",
  12. "hash": "37a36b570a599b9c1e377b7c709155dd566a5eb1e8e857ca139b824d3a12e55b"
  13. },
  14. "32bit": {
  15. "url": "https://downloadarchive.documentfoundation.org/libreoffice/old/7.0.4.2/win/x86/LibreOffice_7.0.4.2_Win_x86.msi",
  16. "hash": "a19084d17b2170e08319651846c73fff9f103f5e69aa35f8d06f34c55f2cde32"
  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. }