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 23, 2021
1 parent 9f25178 commit a1154df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.982</version>
<version>2021.1036</version>
<authors>SoftMaker</authors>
<owners>Jonas A. Wendorf</owners>
<summary>The best free alternative to Microsoft Office.</summary>
Expand Down
4 changes: 2 additions & 2 deletions freeoffice/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $packageName = $env:chocolateyPackageName
$packageArgs = @{
packageName = $packageName
fileType = 'msi'
url = 'https://www.freeoffice.com/download.php?filename=https://www.softmaker.net/down/freeoffice2018.msi'
checksum = '270cddb2866a8d4f7a6581e58fe72cd511b0e7397878662e449a38b3a381d02d'
url = 'https://www.freeoffice.com/download.php?filename=https://www.softmaker.net/down/freeoffice2021.msi'
checksum = 'c15d63206dd13df06d63d5678f5eb7424cda30b8937d0eb73809b5b60ca70fe1'
checksumType = 'sha256'
silentArgs = '/qn'
}
Expand Down

0 comments on commit a1154df

Please sign in to comment.