|
|
@@ -0,0 +1,62 @@
|
|
|
+{
|
|
|
+ "version": "7.0.4.2",
|
|
|
+ "description": "Powerful office suite; fixed version",
|
|
|
+ "homepage": "https://libreoffice.org/",
|
|
|
+ "license": "MPL-2.0",
|
|
|
+ "suggest": {
|
|
|
+ "Visual C++ Redistributable for Visual Studio 2015": "vcredist2015"
|
|
|
+ },
|
|
|
+ "architecture": {
|
|
|
+ "64bit": {
|
|
|
+ "url": "https://downloadarchive.documentfoundation.org/libreoffice/old/7.0.4.2/win/x86_64/LibreOffice_7.0.4.2_Win_x64.msi",
|
|
|
+ "hash": "37a36b570a599b9c1e377b7c709155dd566a5eb1e8e857ca139b824d3a12e55b"
|
|
|
+ },
|
|
|
+ "32bit": {
|
|
|
+ "url": "https://downloadarchive.documentfoundation.org/libreoffice/old/7.0.4.2/win/x86/LibreOffice_7.0.4.2_Win_x86.msi",
|
|
|
+ "hash": "a19084d17b2170e08319651846c73fff9f103f5e69aa35f8d06f34c55f2cde32"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "shortcuts": [
|
|
|
+ [
|
|
|
+ "program\\sbase.exe",
|
|
|
+ "LibreOffice\\LibreOffice Base"
|
|
|
+ ],
|
|
|
+ [
|
|
|
+ "program\\scalc.exe",
|
|
|
+ "LibreOffice\\LibreOffice Calc"
|
|
|
+ ],
|
|
|
+ [
|
|
|
+ "program\\sdraw.exe",
|
|
|
+ "LibreOffice\\LibreOffice Draw"
|
|
|
+ ],
|
|
|
+ [
|
|
|
+ "program\\simpress.exe",
|
|
|
+ "LibreOffice\\LibreOffice Impress"
|
|
|
+ ],
|
|
|
+ [
|
|
|
+ "program\\smath.exe",
|
|
|
+ "LibreOffice\\LibreOffice Math"
|
|
|
+ ],
|
|
|
+ [
|
|
|
+ "program\\swriter.exe",
|
|
|
+ "LibreOffice\\LibreOffice Writer"
|
|
|
+ ]
|
|
|
+ ],
|
|
|
+ "checkver": {
|
|
|
+ "url": "https://www.libreoffice.org/download/download/",
|
|
|
+ "regex": "libreoffice-([\\d.]+)\\.tar\\.xz"
|
|
|
+ },
|
|
|
+ "autoupdate": {
|
|
|
+ "architecture": {
|
|
|
+ "64bit": {
|
|
|
+ "url": "https://downloadarchive.documentfoundation.org/libreoffice/old/$version/win/x86_64/LibreOffice_$version_Win_x64.msi"
|
|
|
+ },
|
|
|
+ "32bit": {
|
|
|
+ "url": "https://downloadarchive.documentfoundation.org/libreoffice/old/$version/win/x86/LibreOffice_$version_Win_x86.msi"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "hash": {
|
|
|
+ "url": "$url.sha256"
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|