diff --git a/automatic/tablacus/legal/VERIFICATION.txt b/automatic/tablacus/legal/VERIFICATION.txt index 6e35c9ad9..2c7643b15 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: 9CFD7C4965E2F5E2780289725F07919CF7C79F29895BC0B1FB8A2EA2CB8BE8D2 + checksum: 43845D8AFE811D50B012E8D48B5C906AFBEC10CFD2C221E4FCE97E2D52777701 -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 1abc5091b..64ed395d8 100644 --- a/automatic/tablacus/tablacus.nuspec +++ b/automatic/tablacus/tablacus.nuspec @@ -3,7 +3,7 @@ tablacus - 20.11.30 + 20.12.1 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.11.30/LICENSE.TXT + https://github.com/tablacus/TablacusExplorer/blob/20.12.1/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 67ffba3be..33f7ccee8 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\te201130.zip" + file = "$toolsPath\te201201.zip" destination = "$toolsPath" }