Skip to content

Commit

Permalink
AU: 1 updated - tablacus
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 18, 2018
1 parent 0667b54 commit 5425594
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/tablacus/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [<img src="https://cdn.rawgit.com/AdmiringWorm/chocolatey-packages/23c507427e532c4407844487480b415895e5edba/icons/tablacus.png" height="48" width="48" /> ![Tablacus Explorer](https://img.shields.io/chocolatey/v/tablacus.svg?label=Tablacus%20Explorer&style=for-the-badge)](https://chocolatey.org/packages/tablacus)
# [<img src="https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@23c507427e532c4407844487480b415895e5edba/icons/tablacus.png" height="48" width="48" /> ![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.

Expand Down
4 changes: 2 additions & 2 deletions automatic/tablacus/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://tablacus.github.io/explorer_en.html>
and can be verified by doing the following:

1. Download the following <https://tablacus.github.io/dl/te181009.zip>
1. Download the following <https://tablacus.github.io/dl/te181017.zip>
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 <https://github.com/tablacus/TablacusExplorer/blob/ab02cbc9093498c1a49be851f8c8f72b76651704/LICENSE.TXT>
4 changes: 2 additions & 2 deletions automatic/tablacus/tablacus.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>tablacus</id>
<version>18.10.9</version>
<version>18.10.17</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/tablacus</packageSourceUrl>
<owners>AdmiringWorm, Yoshimov</owners>
<title>Tablacus Explorer</title>
<authors>Gaku</authors>
<projectUrl>https://tablacus.github.io/explorer_en.html</projectUrl>
<iconUrl>https://cdn.rawgit.com/AdmiringWorm/chocolatey-packages/23c507427e532c4407844487480b415895e5edba/icons/tablacus.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@23c507427e532c4407844487480b415895e5edba/icons/tablacus.png</iconUrl>
<copyright>Copyright (c) 2011 Gaku</copyright>
<licenseUrl>https://github.com/tablacus/TablacusExplorer/blob/master/LICENSE.TXT</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down
2 changes: 1 addition & 1 deletion automatic/tablacus/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
packageName = 'tablacus'
file = "$toolsPath\te181009.zip"
file = "$toolsPath\te181017.zip"
destination = "$toolsPath"
}

Expand Down

0 comments on commit 5425594

Please sign in to comment.