Skip to content

Commit

Permalink
AU: 1 updated - bettercrewlink
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 29, 2021
1 parent e5482b8 commit f197e45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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>2.3.6</version>
<version>2.6.4</version>
<authors>OhMyGuus</authors>
<owners>Jonas A. Wendorf</owners>
<summary>Free, open, Among Us Proximity Chat</summary>
Expand Down
6 changes: 3 additions & 3 deletions bettercrewlink/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
$ErrorActionPreference = 'Stop';
$ErrorActionPreference = 'Stop';

$packageName = $env:chocolateyPackageName

$packageArgs = @{
packageName = $packageName
fileType = 'exe'
url = 'https://github.com/OhMyGuus/BetterCrewLink/releases/download/v2.3.6/Better-CrewLink-Setup-2.3.6.exe'
checksum = '7402d7355627306f05caf75338cc77c6a2cf371c535ac899f99f7e8a59bd5dd1'
url = 'https://github.com/OhMyGuus/BetterCrewLink/releases/download/v2.6.4/Better-CrewLink-Setup-2.6.4.exe'
checksum = 'f9f199ae3decebc625343f7fd3c5ac387f674211c977216108d1de042a5be70f'
checksumType = 'sha256'
silentArgs = '/S'
}
Expand Down

0 comments on commit f197e45

Please sign in to comment.