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 Nov 14, 2020
1 parent e148705 commit 5ba9046
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>2018.978</version>
<version>2018.980</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 @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = $packageName
fileType = 'msi'
url = 'https://www.freeoffice.com/download.php?filename=https://www.softmaker.net/down/freeoffice2018.msi'
checksum = 'e63237c26e3311533d77452a496ed2a5761dd2f0593af2d352a8505a1537dbe0'
checksum = 'acf6b318bfd4b3b0ad9acf3a90427e8ba62156ea596570c8edf54cab20e366f4'
checksumType = 'sha256'
silentArgs = '/qn'
}
Expand Down

0 comments on commit 5ba9046

Please sign in to comment.