Skip to content

Commit

Permalink
openoffice: Add version 4.1.7 (#3454)
Browse files Browse the repository at this point in the history
* openoffice: Add version 4.1.7

* verify and rmeove fingerprints
  • Loading branch information
Ash258 authored and rasa committed Jan 11, 2020
1 parent a6cfc8e commit 26043e0
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions bucket/openoffice.json
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"
}
}
}

0 comments on commit 26043e0

Please sign in to comment.