Skip to content

Commit

Permalink
AU: 1 updated - slm
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 2, 2021
1 parent e3b4792 commit 75bc837
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion automatic/slm/slm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>slm</id>
<version>9.6.8</version>
<version>9.6.9</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/slm</packageSourceUrl>
<owners>chtof</owners>
<title>Softros LAN Messenger</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/slm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
filetype = 'MSI'

url = 'https://download.softros.com/SoftrosLANMessengerSetup.msi'
checksum = '7a8257df6bae129ccf12400752cf10399a909f0a01ae65ef76efd378a9d08b93'
checksum = '202deb5ef3806877e54c201d68331f36b1e044e3445a34149b50dbce85e81e06'
checksumType = 'sha256'

silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down

0 comments on commit 75bc837

Please sign in to comment.