Skip to content

Commit

Permalink
AU: 2 updated - nordvpn tablacus
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 22, 2018
1 parent 5a69140 commit 39e1266
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automatic/nordvpn/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5b2a6587f1f5b8|6.14.28
5b2ce1dbf1e6f0|6.14.31
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.14.28</version>
<version>6.14.31</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.14.28/NordVPNSetup.exe'
url = 'https://downloads.nordcdn.com/apps/windows/10/NordVPN/6.14.31/NordVPNSetup.exe'
softwareName = 'NordVPN*'
checksum = 'BD429E5278D83D75F702F602A31F6FA3713534859ACE0FBE0243C2A435923850C92F1E80023B9FE9385D193E2D2D92B7BC8434B4664EA17C8D6F21BE6277968B'
checksum = '2C8E1EFB02588BD37414A0257255C1814366F6B060DAEDC5D0B741E22558B1AACC8842A8DBF2861DC0EFD4D4C9AB83246F3BEA8C646E275416E72B1D8287009D'
checksumType = 'sha512'
silentArgs = '/exebasicui /exenoupdates /qb /norestart'
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/te180613.zip>
1. Download the following <https://tablacus.github.io/dl/te180621.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: F983EA0B9B0A7F0110B9D6548263405B83F1AACDBC92B3253853BDE18875A62F
checksum: 8501233BB89A4A512F17F3EDB6DC44E2CA1100C48EEC3735008423FA02321EBA

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.6.13</version>
<version>18.6.21</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\te180613.zip"
file = "$toolsPath\te180621.zip"
destination = "$toolsPath"
}

Expand Down

0 comments on commit 39e1266

Please sign in to comment.