Skip to content

Commit

Permalink
AU: 2 updated - bettercrewlink freeoffice
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 11, 2022
1 parent b4a1fa9 commit 07dc2be
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bettercrewlink/bettercrewlink.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>bettercrewlink</id>
<title>BetterCrewLink</title>
<version>3.1.0</version>
<version>3.1.1</version>
<authors>OhMyGuus</authors>
<owners>Jonas A. Wendorf</owners>
<summary>Free, open, Among Us Proximity Chat</summary>
Expand Down
4 changes: 2 additions & 2 deletions bettercrewlink/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 = 'exe'
url = 'https://github.com/OhMyGuus/BetterCrewLink/releases/download/v3.1.0/Better-CrewLink-Setup-3.1.0.exe'
checksum = 'a7bcf61b546c9b9fd65e13e288b7e335da64433bf1fc5c3ce6553243d153a22d'
url = 'https://github.com/OhMyGuus/BetterCrewLink/releases/download/v3.1.1/Better-CrewLink-Setup-3.1.1.exe'
checksum = '299f540f9bfc0fe589ceff868b65107e0e8421116bbcff8f859f4b242105281c'
checksumType = 'sha256'
silentArgs = '/S'
}
Expand Down
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.1058</version>
<version>2021.1060</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 = 'ee9e987d5bb4e07d20efa926cdd5a5203688fd526200fbe0583a83979a02d46d'
checksum = 'a281535fdedf6dd5298ca6a94f3b9b7f1b29acf2a6f5a07ff37c67f6c3ce3049'
checksumType = 'sha256'
silentArgs = '/norestart /qn APPLICATIONFOLDER="' + $installDir + '"'
}
Expand Down

0 comments on commit 07dc2be

Please sign in to comment.