Skip to content

Commit

Permalink
AU: 3 updated - nordvpn Qemu tablacus
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 28, 2018
1 parent b579ea4 commit 1c7986a
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion automatic/nordvpn/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5be19817cf33a8|6.18.9
5bfe8f92cc8080|6.19.4
2 changes: 1 addition & 1 deletion automatic/nordvpn/nordvpn.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>nordvpn</id>
<version>6.18.9</version>
<version>6.19.4</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/nordvpn</packageSourceUrl>
<owners>AdmiringWorm, Sanshiro</owners>
<title>NordVPN</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/nordvpn/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://downloads.nordcdn.com/apps/windows/10/NordVPN/6.18.9/NordVPNSetup.exe'
url = 'https://downloads.nordcdn.com/apps/windows/10/NordVPN/6.19.4/NordVPNSetup.exe'
softwareName = 'NordVPN*'
checksum = '7733A1F5B93DF0590C82671AF2E74FCAE89D3B833033E7DA18D4BA6B6A8C567D1220962F8DBAF3DF15D184206B9B2D08CB52748BA60DEDC65BE61EFEF6525502'
checksum = 'A83A0E0B7F53058BD7FF5067C2854E9C6C38EFE6F2972319CC6B0A38F46B45A6737A09EE1D860B0E49A6B1ACBF5EF75BC8266EBA422167EDE4C7B89018D23145'
checksumType = 'sha512'
silentArgs = '/exebasicui /exenoupdates /qb /norestart'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/qemu/Qemu.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>Qemu</id>
<version>2018.11.26</version>
<version>2018.11.27</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/qemu</packageSourceUrl>
<owners>AdmiringWorm, </owners>
<title>Qemu</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/qemu/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://qemu.weilnetz.de/w32/qemu-w32-setup-20181126.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20181126.exe'
url = 'https://qemu.weilnetz.de/w32/qemu-w32-setup-20181127.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20181127.exe'
softwareName = 'QEMU'
checksum = '83937c818764ac8bbf85ae402e8c270b0385f8e678a3186d785947b847d3588c'
checksum = 'abb74e12423d3f0f455ea23d91cad37d4f624087d6915e5b9e8a7e7bdd022a7d'
checksumType = 'sha256'
checksum64 = 'f18e9a5c0fbc32c512d3464b1c220e3a93234c3bbb82e24869a3ae9de9748be0'
checksum64 = '02280a1949cb6ab2dc98a0483ab67fb551a3b8d8ef98120973782efb2992f06d'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions automatic/tablacus/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://tablacus.github.io/explorer_en.html>
and can be verified by doing the following:

1. Download the following <https://tablacus.github.io/dl/te181115.zip>
1. Download the following <https://tablacus.github.io/dl/te181128.zip>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum: BFBACBC324642B405ECB496B8F1E09397316B3050A8512F043A3344A9956F879
checksum: FBBEC42EEC784DD5E70094102988DB20DD9AECDC55B6D3D537A6620BA27257B0

The file 'LICENSE.txt' has been obtained from <https://github.com/tablacus/TablacusExplorer/blob/ab02cbc9093498c1a49be851f8c8f72b76651704/LICENSE.TXT>
2 changes: 1 addition & 1 deletion automatic/tablacus/tablacus.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>tablacus</id>
<version>18.11.15</version>
<version>18.11.28</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/tablacus</packageSourceUrl>
<owners>AdmiringWorm, Yoshimov</owners>
<title>Tablacus Explorer</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/tablacus/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
packageName = 'tablacus'
file = "$toolsPath\te181115.zip"
file = "$toolsPath\te181128.zip"
destination = "$toolsPath"
}

Expand Down

0 comments on commit 1c7986a

Please sign in to comment.