From 8bb3a05a9ca285a2cc4e273cee2d892adfe8facf Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Tue, 15 May 2018 16:10:15 +0000 Subject: [PATCH] AU: 1 updated - tablacus [skip ci] https://gist.github.com/747b3ede98c9404e5cb6a399595e7ad1/16330bb608292498de3797022e1e3662e2fb3d7e --- 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 e1df6b2ab..4d7319797 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: 8E957C989E5188C3D69816F6BBB84EEE73D5757BB4FA7B5CE8965274F7CCBC8E + checksum: A740C490B777C39D3EB9A72D6B4A080B877F4E8EBE25887F72D46075A03B7C8D The file 'LICENSE.txt' has been obtained from diff --git a/automatic/tablacus/tablacus.nuspec b/automatic/tablacus/tablacus.nuspec index 160efd4a5..324c98f23 100644 --- a/automatic/tablacus/tablacus.nuspec +++ b/automatic/tablacus/tablacus.nuspec @@ -3,7 +3,7 @@ tablacus - 18.5.11 + 18.5.15 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 f2422cf0f..14e198212 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\te180511.zip" + file = "$toolsPath\te180515.zip" destination = "$toolsPath" }