Skip to content

Commit

Permalink
libreoffice-np: Update to version 24.8.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 10, 2024
1 parent 5fc21ec commit 87d0d4f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions bucket/libreoffice-np.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "24.8.3.1",
"version": "24.8.3.2",
"description": "Powerful and free office suite, a successor to OpenOffice(.org).",
"homepage": "https://libreoffice.org/",
"license": "MPL-2.0",
Expand All @@ -8,26 +8,26 @@
},
"architecture": {
"64bit": {
"url": "https://downloadarchive.documentfoundation.org/libreoffice/old/24.8.3.1/win/x86_64/LibreOffice_24.8.3.1_Win_x86-64.msi#/setup.msi_",
"hash": "e842a188613aa06a4dd9e3f5e9d43bcf9f36899b35155815b7f1dcefcf5f9666",
"url": "https://downloadarchive.documentfoundation.org/libreoffice/old/24.8.3.2/win/x86_64/LibreOffice_24.8.3.2_Win_x86-64.msi#/setup.msi_",
"hash": "b1808dbe14b22bb358a09f0edf83ab591e9d43b37dcd9dd35ff3880b85f1ad90",
"pre_install": [
"foreach ($z in @('soffice', 'unopkg')) {",
" [System.IO.File]::WriteAllLines(\"$dir\\$z.cmd\", \"@`\"%ProgramFiles%\\LibreOffice\\program\\$z.com`\" %*\", [System.text.UTF8Encoding]($false))",
"}"
]
},
"32bit": {
"url": "https://downloadarchive.documentfoundation.org/libreoffice/old/24.8.3.1/win/x86/LibreOffice_24.8.3.1_Win_x86.msi#/setup.msi_",
"hash": "aee750ded76c6eaedc374e4d3eec34764c4672dce53c8f10786ff570fa0f1123",
"url": "https://downloadarchive.documentfoundation.org/libreoffice/old/24.8.3.2/win/x86/LibreOffice_24.8.3.2_Win_x86.msi#/setup.msi_",
"hash": "e2baa7bf7b7f5f835bfd90f05cda0cecfe3383eb5b9bbc350c97dd6cb0edba23",
"pre_install": [
"foreach ($z in @('soffice', 'unopkg')) {",
" [System.IO.File]::WriteAllLines(\"$dir\\$z.cmd\", \"@`\"%ProgramFiles(x86)%\\LibreOffice\\program\\$z.com`\" %*\", [System.text.UTF8Encoding]($false))",
"}"
]
},
"arm64": {
"url": "https://downloadarchive.documentfoundation.org/libreoffice/old/24.8.3.1/win/aarch64/LibreOffice_24.8.3.1_Win_aarch64.msi#/setup.msi_",
"hash": "3f938bd582b3af2d12c7626cf7c95db47550a494eb5282d6778cfe282b63095f",
"url": "https://downloadarchive.documentfoundation.org/libreoffice/old/24.8.3.2/win/aarch64/LibreOffice_24.8.3.2_Win_aarch64.msi#/setup.msi_",
"hash": "a98a1d7f8e088dbae785f685c65f0c02c868ff0533b736e742eb390d70d99fb2",
"pre_install": [
"foreach ($z in @('soffice', 'unopkg')) {",
" [System.IO.File]::WriteAllLines(\"$dir\\$z.cmd\", \"@`\"%ProgramFiles%\\LibreOffice\\program\\$z.com`\" %*\", [System.text.UTF8Encoding]($false))",
Expand Down

0 comments on commit 87d0d4f

Please sign in to comment.