Skip to content

Commit

Permalink
AU: 1 updated - freeoffice
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 7, 2022
1 parent 341cd13 commit 49b9b8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion freeoffice/freeoffice.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>freeoffice</id>
<title>SoftMaker FreeOffice</title>
<version>2021.1044</version>
<version>2021.1046</version>
<authors>SoftMaker</authors>
<owners>Jonas A. Wendorf</owners>
<summary>The best free alternative to Microsoft Office.</summary>
Expand Down
2 changes: 1 addition & 1 deletion freeoffice/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $packageArgs = @{
packageName = $packageName
fileType = 'msi'
url = 'https://www.freeoffice.com/download.php?filename=https://www.softmaker.net/down/freeoffice2021.msi'
checksum = 'a16c3fb1dc8dc180c0378d999d7e35b0a3ffb6f72334dd771cc42fa64fc77223'
checksum = 'ed3a055ca4c9e8f479efdd72fd4c214e9e85120b6fc49c474b205b78fa1b168f'
checksumType = 'sha256'
silentArgs = '/norestart /qn APPLICATIONFOLDER="' + $installDir + '"'
}
Expand Down

0 comments on commit 49b9b8c

Please sign in to comment.