|
@@ -1,6 +1,6 @@
|
|
|
{
|
|
{
|
|
|
- "version": "7.1.0.3",
|
|
|
|
|
- "description": "Powerful office suite; fixed version",
|
|
|
|
|
|
|
+ "version": "7.1.3.2",
|
|
|
|
|
+ "description": "Powerful office suite, modified version",
|
|
|
"homepage": "https://libreoffice.org/",
|
|
"homepage": "https://libreoffice.org/",
|
|
|
"license": "MPL-2.0",
|
|
"license": "MPL-2.0",
|
|
|
"suggest": {
|
|
"suggest": {
|
|
@@ -8,14 +8,23 @@
|
|
|
},
|
|
},
|
|
|
"architecture": {
|
|
"architecture": {
|
|
|
"64bit": {
|
|
"64bit": {
|
|
|
- "url": "https://downloadarchive.documentfoundation.org/libreoffice/old/7.1.0.3/win/x86_64/LibreOffice_7.1.0.3_Win_x64.msi",
|
|
|
|
|
- "hash": "5ddb51955849dc4fe39933047c1b65d044ec5b01ff88e8b81e0a15d8de638aed"
|
|
|
|
|
|
|
+ "url": "https://downloadarchive.documentfoundation.org/libreoffice/old/7.1.3.2/win/x86_64/LibreOffice_7.1.3.2_Win_x64.msi#/dl.ism",
|
|
|
|
|
+ "hash": "b5ececf9df20cc3628046a44d725400188ac83957043d28ebdccb3ce5aa83e0b"
|
|
|
},
|
|
},
|
|
|
"32bit": {
|
|
"32bit": {
|
|
|
- "url": "https://downloadarchive.documentfoundation.org/libreoffice/old/7.1.0.3/win/x86/LibreOffice_7.1.0.3_Win_x86.msi",
|
|
|
|
|
- "hash": "258bae103cc76b01b943814c25fd37d1373c2b2e23a1f6c92d268510e708ed5f"
|
|
|
|
|
|
|
+ "url": "https://downloadarchive.documentfoundation.org/libreoffice/old/7.1.3.2/win/x86/LibreOffice_7.1.3.2_Win_x86.msi#/dl.ism",
|
|
|
|
|
+ "hash": "467f783f941d1686aacf215b892da9eedf08e9e2807cd9553e157ae653ef1985"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "pre_install": [
|
|
|
|
|
+ "$_args = @{",
|
|
|
|
|
+ " 'Path' = \"$dir\\$fname\"",
|
|
|
|
|
+ " 'DestinationPath' = \"$dir\"",
|
|
|
|
|
+ " 'Removal' = $true",
|
|
|
|
|
+ "}",
|
|
|
|
|
+ "if (get_config 'MSIEXTRACT_USE_LESSMSI' $false) { $_args.Add('ExtractDir', 'LibreOffice') }",
|
|
|
|
|
+ "Expand-MsiArchive @_args"
|
|
|
|
|
+ ],
|
|
|
"shortcuts": [
|
|
"shortcuts": [
|
|
|
[
|
|
[
|
|
|
"program\\sbase.exe",
|
|
"program\\sbase.exe",
|
|
@@ -49,10 +58,10 @@
|
|
|
"autoupdate": {
|
|
"autoupdate": {
|
|
|
"architecture": {
|
|
"architecture": {
|
|
|
"64bit": {
|
|
"64bit": {
|
|
|
- "url": "https://downloadarchive.documentfoundation.org/libreoffice/old/$version/win/x86_64/LibreOffice_$version_Win_x64.msi"
|
|
|
|
|
|
|
+ "url": "https://downloadarchive.documentfoundation.org/libreoffice/old/$version/win/x86_64/LibreOffice_$version_Win_x64.msi#/dl.ism"
|
|
|
},
|
|
},
|
|
|
"32bit": {
|
|
"32bit": {
|
|
|
- "url": "https://downloadarchive.documentfoundation.org/libreoffice/old/$version/win/x86/LibreOffice_$version_Win_x86.msi"
|
|
|
|
|
|
|
+ "url": "https://downloadarchive.documentfoundation.org/libreoffice/old/$version/win/x86/LibreOffice_$version_Win_x86.msi#/dl.ism"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"hash": {
|
|
"hash": {
|