From d4583b646eb9313e5d22e72c5aab56a3add233f8 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Sat, 2 May 2020 13:35:35 +0000 Subject: [PATCH] AU: 1 updated - tablacus [skip ci] --- automatic/tablacus/legal/VERIFICATION.txt | 6 +++--- automatic/tablacus/tablacus.nuspec | 4 ++-- automatic/tablacus/tools/chocolateyInstall.ps1 | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/automatic/tablacus/legal/VERIFICATION.txt b/automatic/tablacus/legal/VERIFICATION.txt index 9b78098e0..1682657ba 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: FC3A3C741CD328795D5DDDEE6BF5F2B04B2ABB22E61FC0147C454C4CB431BC94 + checksum: 8B4DB8A8B181E2ACA30916B49F7029AD3EF013F999E7540D0AD1555D53A6E699 -The file 'LICENSE.txt' has been obtained from +The file 'LICENSE.txt' has been obtained from diff --git a/automatic/tablacus/tablacus.nuspec b/automatic/tablacus/tablacus.nuspec index b22a9bd6a..6a6dc96e4 100644 --- a/automatic/tablacus/tablacus.nuspec +++ b/automatic/tablacus/tablacus.nuspec @@ -3,7 +3,7 @@ tablacus - 20.4.28 + 20.5.2 https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/tablacus AdmiringWorm, Yoshimov Tablacus Explorer @@ -11,7 +11,7 @@ https://tablacus.github.io/explorer_en.html https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@23c507427e532c4407844487480b415895e5edba/icons/tablacus.png Copyright (c) 2011 Gaku - https://github.com/tablacus/TablacusExplorer/blob/20.4.28/LICENSE.TXT + https://github.com/tablacus/TablacusExplorer/blob/20.5.2/LICENSE.TXT false https://github.com/tablacus/TablacusExplorer https://github.com/tablacus/TablacusExplorer/issues diff --git a/automatic/tablacus/tools/chocolateyInstall.ps1 b/automatic/tablacus/tools/chocolateyInstall.ps1 index c98e329cc..1f369fe8e 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\te200428.zip" + file = "$toolsPath\te200502.zip" destination = "$toolsPath" }