-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
openoffice: Add version 4.1.7 (#3454)
* openoffice: Add version 4.1.7 * verify and rmeove fingerprints
- Loading branch information
Showing
1 changed file
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
{ | ||
"version": "4.1.7", | ||
"description": "Office software suite for word processing, spreadsheets, presentations, graphics, databases and more", | ||
"homepage": "https://www.openoffice.org", | ||
"license": "Apache-2.0", | ||
"url": "https://archive.apache.org/dist/openoffice/4.1.7/binaries/en-GB/Apache_OpenOffice_4.1.7_Win_x86_install_en-GB.exe#/dl.7z", | ||
"hash": "sha512:f245545b5c3d434dc0407aee4e807dad5d552dcb156b0367d5314ae83a2257180e8f1ef28d76116cf90582767093e2180063ea0fcd20ce72541337826b145850", | ||
"installer": { | ||
"script": [ | ||
"(Get-ChildItem \"$dir\" 'openoffic*.msi').FullName | Expand-MsiArchive -DestinationPath \"$dir\\App\"", | ||
"Get-ChildItem \"$dir\" -Exclude 'App' | Remove-Item -Recurse", | ||
"Move-Item \"$dir\\App\\*\" \"$dir\" -Force", | ||
"Remove-Item \"$dir\\App\" -Recurse" | ||
] | ||
}, | ||
"shortcuts": [ | ||
[ | ||
"program\\soffice.exe", | ||
"OpenOffice\\OpenOffice" | ||
], | ||
[ | ||
"program\\sbase.exe", | ||
"OpenOffice\\OpenOffice Base" | ||
], | ||
[ | ||
"program\\scalc.exe", | ||
"OpenOffice\\OpenOffice Calc" | ||
], | ||
[ | ||
"program\\sdraw.exe", | ||
"OpenOffice\\OpenOffice Draw" | ||
], | ||
[ | ||
"program\\simpress.exe", | ||
"OpenOffice\\OpenOffice Impress" | ||
], | ||
[ | ||
"program\\smath.exe", | ||
"OpenOffice\\OpenOffice Math" | ||
], | ||
[ | ||
"program\\swriter.exe", | ||
"OpenOffice\\OpenOffice Writer" | ||
] | ||
], | ||
"checkver": "Apache OpenOffice ([\\d.]+) released", | ||
"autoupdate": { | ||
"url": "https://archive.apache.org/dist/openoffice/$version/binaries/en-GB/Apache_OpenOffice_$version_Win_x86_install_en-GB.exe#/dl.7z", | ||
"hash": { | ||
"url": "$url.sha512" | ||
} | ||
} | ||
} |