From 7a442097e12f63ea32f6a56c358cba1595072cee Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Wed, 19 Aug 2020 19:33:31 +0000 Subject: [PATCH] AU: 1 updated - tablacus [skip ci] https://gist.github.com/747b3ede98c9404e5cb6a399595e7ad1/53dbc0c0c8ce47412847a15d075fe268156e221a --- automatic/tablacus/legal/VERIFICATION.txt | 6 +++--- automatic/tablacus/tablacus.nuspec | 4 ++-- automatic/tablacus/tools/chocolateyInstall.ps1 | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/automatic/tablacus/legal/VERIFICATION.txt b/automatic/tablacus/legal/VERIFICATION.txt index f66de23d7..3608bd09c 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: 19E0B24A03EB3D386D2400216A22B71478D92DBAAA0CF9821A6DB5BA2C32E898 + checksum: AE4FC3B67B344E5DADE38907736BED73065F55B56ACC3F34B3FB39F9CDA1303F -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 d92afdf1c..f23b5cef7 100644 --- a/automatic/tablacus/tablacus.nuspec +++ b/automatic/tablacus/tablacus.nuspec @@ -3,7 +3,7 @@ tablacus - 20.8.18 + 20.8.19 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.8.18/LICENSE.TXT + https://github.com/tablacus/TablacusExplorer/blob/20.8.19/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 a3b65341a..67175df9b 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\te200818.zip" + file = "$toolsPath\te200819.zip" destination = "$toolsPath" }