From 23536a8d101d84103076de735802478ebc25e170 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Sat, 3 Nov 2018 16:10:42 +0000 Subject: [PATCH] AU: 1 updated - tablacus [skip ci] https://gist.github.com/747b3ede98c9404e5cb6a399595e7ad1/13f5fe61face9f6d5fecade7e97d55153822aee8 --- automatic/tablacus/legal/VERIFICATION.txt | 4 ++-- automatic/tablacus/tablacus.nuspec | 2 +- automatic/tablacus/tools/chocolateyInstall.ps1 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/automatic/tablacus/legal/VERIFICATION.txt b/automatic/tablacus/legal/VERIFICATION.txt index eb10dd64e..f2ea2eef4 100644 --- a/automatic/tablacus/legal/VERIFICATION.txt +++ b/automatic/tablacus/legal/VERIFICATION.txt @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download location on and can be verified by doing the following: -1. Download the following +1. Download the following 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: DC304F77C82C905F1CC13985AAE9538443021B7342ADA83B517F467BDFDA289E + checksum: 6025EE4A9FCAB1567D8644D83B5FC7179C1DBB96FDDFF080D350DF9FB7EEB5DE The file 'LICENSE.txt' has been obtained from diff --git a/automatic/tablacus/tablacus.nuspec b/automatic/tablacus/tablacus.nuspec index 321b70f89..c0245215c 100644 --- a/automatic/tablacus/tablacus.nuspec +++ b/automatic/tablacus/tablacus.nuspec @@ -3,7 +3,7 @@ tablacus - 18.10.26 + 18.11.3 https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/tablacus AdmiringWorm, Yoshimov Tablacus Explorer diff --git a/automatic/tablacus/tools/chocolateyInstall.ps1 b/automatic/tablacus/tools/chocolateyInstall.ps1 index 6214470a6..af5198fc6 100644 --- a/automatic/tablacus/tools/chocolateyInstall.ps1 +++ b/automatic/tablacus/tools/chocolateyInstall.ps1 @@ -4,7 +4,7 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = 'tablacus' - file = "$toolsPath\te181026.zip" + file = "$toolsPath\te181103.zip" destination = "$toolsPath" }