Skip to content

Commit

Permalink
AU: 2 updated - goodsync ultraviewer.install
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey committed Jul 1, 2021
1 parent 4a484ad commit 0b82525
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/goodsync/goodsync.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>goodsync</id>
<version>11.7.4</version>
<version>11.7.5</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/goodsync</packageSourceUrl>
<owners>chtof</owners>
<title>GoodSync</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/goodsync/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
filetype = "MSI"

url = 'https://www.goodsync.com/download/GoodSync-v11-Setup.msi'
checksum = '05c2be50aee51281d86e2e9818e57c122420fb8de3605b812a793da54e325e5b'
checksum = 'ba3fcbc846e6815303766af95d7de96a395f3b558d2ab3b6799649bd17b0b555'
checksumType = 'sha256'

silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
4 changes: 2 additions & 2 deletions automatic/ultraviewer.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName

url = 'https://ultraviewer.net/en/UltraViewer_setup_6.3_en.exe'
checksum = '7731a6b479d55d8d2fc2b01d0df2dd9261f5cbcb3996758140dbe674897775ef'
url = 'https://ultraviewer.net/en/UltraViewer_setup_6.4_en.exe'
checksum = '6993013f325fc4ea32bae149fb96001a33e86b22ce4d2f585761fad8bac8f4a1'
checksumType = 'sha256'

silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
Expand Down
2 changes: 1 addition & 1 deletion automatic/ultraviewer.install/ultraviewer.install.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>ultraviewer.install</id>
<version>6.3</version>
<version>6.4</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/ultraviewer.install</packageSourceUrl>
<owners>chtof</owners>
<title>UltraViewer (Install)</title>
Expand Down

0 comments on commit 0b82525

Please sign in to comment.