diff --git a/automatic/tablacus/legal/VERIFICATION.txt b/automatic/tablacus/legal/VERIFICATION.txt index a55137e16..6f2d5c677 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: 828BD2509BE6C1DD055580226DD40BEACD41E8594EA5E2F539F88C9430026006 + checksum: F1DEDA5BAC2E5B4BEA7AA78B960661EBFEB300E6AF54CCC285C4020F571193B4 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/tablacus/tablacus.nuspec b/automatic/tablacus/tablacus.nuspec index 234ef84e4..e2bf870e8 100644 --- a/automatic/tablacus/tablacus.nuspec +++ b/automatic/tablacus/tablacus.nuspec @@ -3,7 +3,7 @@ tablacus - 18.12.29 + 18.12.30 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 815091031..6085b650f 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\te181229.zip" + file = "$toolsPath\te181230.zip" destination = "$toolsPath" }