Skip to content

Commit

Permalink
AU: 2 updated - resxtranslator tablacus
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 10, 2019
1 parent 7af2556 commit f46f883
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions automatic/resxtranslator/legal/VERIFICATION.txt
Expand Up @@ -3,16 +3,16 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://github.com/HakanL/resxtranslator/releases/tag/v2.7>
location on <https://github.com/HakanL/resxtranslator/releases/tag/v2.8>
and can be verified by doing the following:

1. Download the following <https://github.com/HakanL/resxtranslator/releases/download/v2.7/ResxTranslator_v2.7_release_signed.zip>
1. Download the following <https://github.com/HakanL/resxtranslator/releases/download/v2.8/ResxTranslator_v2.8_release_signed.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: DB9F18D597CC4FF61686C2166E51F04346B65593E7D6F034937E555D8E55EF62
checksum: 73ED24D2A7B24268F29B2DCA2F0A730D8F90E9145B0A5DF02FAFF0090A8A9787

The file 'LICENSE.txt' has been obtained from <https://github.com/HakanL/resxtranslator/blob/d97ff3151b3dff86f42353f1459acf08031147a5/src/Licence.txt>
4 changes: 2 additions & 2 deletions automatic/resxtranslator/resxtranslator.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>resxtranslator</id>
<version>2.7</version>
<version>2.8</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/resxtranslator</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Resx Resource Translator</title>
Expand Down Expand Up @@ -43,7 +43,7 @@ These parameters can be passed to the installer with the use of --params.
For example: `--params '"/NoStartMenuIcon /CreateDesktopIcon"'`
]]></description>
<releaseNotes>
[Software Changelog](https://github.com/HakanL/resxtranslator/releases/tag/v2.7)
[Software Changelog](https://github.com/HakanL/resxtranslator/releases/tag/v2.8)
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/resxtranslator/Changelog.md)
</releaseNotes>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion automatic/resxtranslator/tools/chocolateyinstall.ps1
Expand Up @@ -2,7 +2,7 @@

$toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$filePath = "$toolsPath\ResxTranslator_v2.7_release_signed.zip"
$filePath = "$toolsPath\ResxTranslator_v2.8_release_signed.zip"
$packageArgs = @{
packageName = 'resxtranslator'
fileType = 'zip'
Expand Down
6 changes: 3 additions & 3 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.4.3/te190403.zip>
1. Download the following <https://github.com/tablacus/TablacusExplorer/releases/download/19.4.10/te190410.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: 9F2A075DB462C4ED1092FB32DE1C5272C5C28E341A4B3661C1A65FF7A15F9A47
checksum: 93C74B69047E98B655782C635142AE821CC9B0E5AA55EB78487B0E125EEEF963

The file 'LICENSE.txt' has been obtained from <https://github.com/tablacus/TablacusExplorer/blob/19.4.3/LICENSE.TXT>
The file 'LICENSE.txt' has been obtained from <https://github.com/tablacus/TablacusExplorer/blob/19.4.10/LICENSE.TXT>
4 changes: 2 additions & 2 deletions automatic/tablacus/tablacus.nuspec
Expand Up @@ -3,15 +3,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>tablacus</id>
<version>19.4.3</version>
<version>19.4.10</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.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@23c507427e532c4407844487480b415895e5edba/icons/tablacus.png</iconUrl>
<copyright>Copyright (c) 2011 Gaku</copyright>
<licenseUrl>https://github.com/tablacus/TablacusExplorer/blob/19.4.3/LICENSE.TXT</licenseUrl>
<licenseUrl>https://github.com/tablacus/TablacusExplorer/blob/19.4.10/LICENSE.TXT</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/tablacus/TablacusExplorer</projectSourceUrl>
<bugTrackerUrl>https://github.com/tablacus/TablacusExplorer/issues</bugTrackerUrl>
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\te190403.zip"
file = "$toolsPath\te190410.zip"
destination = "$toolsPath"
}

Expand Down

0 comments on commit f46f883

Please sign in to comment.