diff --git a/automatic/tablacus/legal/VERIFICATION.txt b/automatic/tablacus/legal/VERIFICATION.txt index 1def84792..108575855 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: 6FB58000F42BDEB35B09B1B3CE07EA8715E083CB25FD6F7BB485DF04033434B9 + checksum: CC1CD899F99784EF9A620A997BC2832309FC366204BFC1A8D52B813DB4EB5429 -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 e56f87c6e..1b62ee43c 100644 --- a/automatic/tablacus/tablacus.nuspec +++ b/automatic/tablacus/tablacus.nuspec @@ -3,7 +3,7 @@ tablacus - 20.9.3 + 20.9.17 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.9.3/LICENSE.TXT + https://github.com/tablacus/TablacusExplorer/blob/20.9.17/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 44832d692..a23c1940f 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\te200903.zip" + file = "$toolsPath\te200917.zip" destination = "$toolsPath" }