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 Mar 3, 2019
1 parent 7c0a5fb commit 4fcc2fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions automatic/tablacus/legal/VERIFICATION.txt
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://github.com/tablacus/TablacusExplorer/releases/download/19.2.27/te190227.zip>
1. Download the following <https://github.com/tablacus/TablacusExplorer/releases/download/19.3.3/te190303.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: 4D91692677F260DB6AA6A1E7EF1DAD3E930E6BF7F5F323ED012884003B943B19
checksum: 92720C07CA5F7FD2B2BD38B5931704B28C317897CA540FBF00A295E2FBA752B3

The file 'LICENSE.txt' has been obtained from <https://github.com/tablacus/TablacusExplorer/blob/ab02cbc9093498c1a49be851f8c8f72b76651704/LICENSE.TXT>
2 changes: 1 addition & 1 deletion automatic/tablacus/tablacus.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>tablacus</id>
<version>19.2.27</version>
<version>19.3.3</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/tablacus</packageSourceUrl>
<owners>AdmiringWorm, Yoshimov</owners>
<title>Tablacus Explorer</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/tablacus/tools/chocolateyInstall.ps1
Expand Up @@ -4,7 +4,7 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

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

Expand Down

0 comments on commit 4fcc2fc

Please sign in to comment.