Skip to content

Commit

Permalink
Update LibreOffice to 7.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
reuteras committed Sep 18, 2023
1 parent 5ad2a22 commit 55fdc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/download/http.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Get-FileFromUri -uri "https://neo4j.com/artifact.php?name=neo4j-community-4.4.25
# https://downloads.digitalcorpora.org/downloads/bulk_extractor
Get-FileFromUri -uri "https://digitalcorpora.s3.amazonaws.com/downloads/bulk_extractor/bulk_extractor-2.0.0-windows.zip" -FilePath ".\downloads\bulk_extractor.zip"
# https://www.libreoffice.org/download/download-libreoffice/
Get-FileFromUri -uri "https://download.documentfoundation.org/libreoffice/stable/7.6.0/win/x86_64/LibreOffice_7.6.0_Win_x86-64.msi" -FilePath ".\downloads\LibreOffice.msi"
Get-FileFromUri -uri "https://download.documentfoundation.org/libreoffice/stable/7.6.1/win/x86_64/LibreOffice_7.6.1_Win_x86-64.msi" -FilePath ".\downloads\LibreOffice.msi"
# https://www.python.org/downloads/
Get-FileFromUri -uri "https://www.python.org/ftp/python/3.11.5/python-3.11.5-amd64.exe" -FilePath ".\downloads\python3.exe"
# https://npcap.com/#download
Expand Down

0 comments on commit 55fdc5e

Please sign in to comment.