diff --git a/automatic/tablacus/Readme.md b/automatic/tablacus/Readme.md index 63a3093b6..3caadb5f8 100644 --- a/automatic/tablacus/Readme.md +++ b/automatic/tablacus/Readme.md @@ -1,4 +1,4 @@ -# [ ![Tablacus Explorer](https://img.shields.io/chocolatey/v/tablacus.svg?label=Tablacus%20Explorer&style=for-the-badge)](https://chocolatey.org/packages/tablacus) +# [ ![Tablacus Explorer](https://img.shields.io/chocolatey/v/tablacus.svg?label=Tablacus%20Explorer&style=for-the-badge)](https://chocolatey.org/packages/tablacus) Tablacus is an alternative of file explorer which provides simple tabbed view and plugin extensibility. diff --git a/automatic/tablacus/legal/VERIFICATION.txt b/automatic/tablacus/legal/VERIFICATION.txt index 640c7f4c3..2fad91de7 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: 8228475291BCE468EBC0E1F51E7249863FA4F97C12BBA0CB0F40C28770F70869 + checksum: 148AD5A07161911561F9077667EC6CB21CCD1DE08452482C6C54FBA18D78DE85 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/tablacus/tablacus.nuspec b/automatic/tablacus/tablacus.nuspec index baa6c8b00..838cf1cbb 100644 --- a/automatic/tablacus/tablacus.nuspec +++ b/automatic/tablacus/tablacus.nuspec @@ -3,13 +3,13 @@ tablacus - 18.10.9 + 18.10.17 https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/tablacus AdmiringWorm, Yoshimov Tablacus Explorer Gaku https://tablacus.github.io/explorer_en.html - https://cdn.rawgit.com/AdmiringWorm/chocolatey-packages/23c507427e532c4407844487480b415895e5edba/icons/tablacus.png + https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@23c507427e532c4407844487480b415895e5edba/icons/tablacus.png Copyright (c) 2011 Gaku https://github.com/tablacus/TablacusExplorer/blob/master/LICENSE.TXT false diff --git a/automatic/tablacus/tools/chocolateyInstall.ps1 b/automatic/tablacus/tools/chocolateyInstall.ps1 index 356f50e05..a4fa189a2 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\te181009.zip" + file = "$toolsPath\te181017.zip" destination = "$toolsPath" }