Skip to content

Commit

Permalink
AU: 4 updated - internet-download-manager simpletransfer virtualhere-…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 25, 2022
1 parent 9eb518f commit 38aff73
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
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>internet-download-manager</id>
<version>6.40.10</version>
<version>6.40.11</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/internet-download-manager</packageSourceUrl>
<owners>chtof</owners>
<title>Internet Download Manager</title>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName

url = 'http://mirror2.internetdownloadmanager.com/idman640build10.exe'
checksum = '5daf73754d1f51129c9715c28e5fb9abc680746c1cc1bdc2a249a01fddfe3483'
url = 'http://mirror2.internetdownloadmanager.com/idman640build11.exe'
checksum = '4b716be29195552715a3efe3d778c435a7988f593f185deeccf158b657af207e'
checksumType = 'sha256'

silentArgs = "/skipdlgs"
Expand Down
2 changes: 1 addition & 1 deletion automatic/simpletransfer/simpletransfer.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>simpletransfer</id>
<version>3.0.4</version>
<version>3.1.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/simpletransfer</packageSourceUrl>
<owners>chtof</owners>
<title>SimpleTransfer Desktop</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/simpletransfer/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://rambax.com/simpletransfer/desktop/SimpleTransfer%20Desktop%20Setup%203.0.4.exe'
checksum = '24139d31cf558cdadc00279ab05c833a7aa2bf85b303188a66cfd57fbc2b2c2f'
url = 'https://rambax.com/simpletransfer/desktop/SimpleTransfer%20Desktop%20Setup%203.1.0.exe'
checksum = '7c4d3e9b4f58d1212dcf389fe42f1334459fd2ac266c0bcc9acc5c207a4c4f1c'
checksumType = 'sha256'

silentArgs = '/S'
Expand Down
4 changes: 2 additions & 2 deletions automatic/virtualhere-client/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ $packageArgs = @{
fileFullPath = "$toolsDir\vhui$(Get-OSArchitectureWidth).exe"

url = 'https://www.virtualhere.com/sites/default/files/usbclient/vhui32.exe'
checksum = 'c37909921906f98c0f11a5326130b544fac9feb6822bbfe000567ea089710493'
checksum = '888887184b3753c0896fa32b1b422e43298086a04d0b061ea54633d7711f4371'
checksumType = 'sha256'

url64 = 'https://www.virtualhere.com/sites/default/files/usbclient/vhui64.exe'
checksum64 = 'a1f573cff915b49c45c1bd4bca04d399a258c69a172a595d3c02308b8c7a2624'
checksum64 = '1b97ce996a60fc4af7bfd02c9e34e583291ffad6c2387091e486c21c809d9dd6'
checksumType64 = 'sha256'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/virtualhere-client/virtualhere-client.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>virtualhere-client</id>
<version>5.3.0</version>
<version>5.3.1</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/virtualhere-client</packageSourceUrl>
<owners>chtof</owners>
<title>VirtualHere USB Client</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/virtualhere-server/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
fileFullPath = "$toolsDir\vhusbdwin$(Get-OSArchitectureWidth).exe"

url64 = 'https://virtualhere.com/sites/default/files/usbserver/vhusbdwin64.exe'
checksum64 = 'f0597f7bbeb3ed09e12973c1df5b4c85090e54038dbef0ea4f1c6902e7a4b708'
checksum64 = 'b8f98652f8ee25249fb8aba424d586efcdda3bb86b63dc7404923b421ee68abf'
checksumType64 = 'sha256'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/virtualhere-server/virtualhere-server.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>virtualhere-server</id>
<version>4.3.7</version>
<version>4.3.8</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/virtualhere-server</packageSourceUrl>
<owners>chtof</owners>
<title>VirtualHere USB Server</title>
Expand Down

0 comments on commit 38aff73

Please sign in to comment.