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 Dec 1, 2021
1 parent d4e6a7a commit 45954ed
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.1036</version>
<version>2021.1040</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/freeoffice2021.msi'
checksum = 'c15d63206dd13df06d63d5678f5eb7424cda30b8937d0eb73809b5b60ca70fe1'
checksum = '2a1104ede2d9cd854f82c8c38a52710fd2f080c754a461a649cd47bf0504e73a'
checksumType = 'sha256'
silentArgs = '/qn'
}
Expand Down

0 comments on commit 45954ed

Please sign in to comment.