From 0dad89c1a391c5a0a7a9fa006be83e92b2ad497c Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Wed, 14 Nov 2018 16:11:47 +0000 Subject: [PATCH] AU: 1 updated - tablacus [skip ci] https://gist.github.com/747b3ede98c9404e5cb6a399595e7ad1/f012e5d1d87acd03b28c9162c18601e3a24cbb02 --- 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 2d4c5b4b1..81a0dc35e 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: 055A285B701322EC712578D814F6453EEDC1221F200335373FA20135E4441B5F + checksum: 96E1E826CF3FE6DF06A61F347AF35676C896065F8E4954FA404B3A2CEC919D19 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/tablacus/tablacus.nuspec b/automatic/tablacus/tablacus.nuspec index 61d9d85df..84def489f 100644 --- a/automatic/tablacus/tablacus.nuspec +++ b/automatic/tablacus/tablacus.nuspec @@ -3,7 +3,7 @@ tablacus - 18.11.11 + 18.11.14 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 115470159..5cede58ca 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\te181111.zip" + file = "$toolsPath\te181114.zip" destination = "$toolsPath" }