Skip to content

Commit

Permalink
AU: 2 updated - master-pdf-editor tablacus
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 30, 2019
1 parent 8cd44bc commit 8b30f14
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/master-pdf-editor/info
@@ -1 +1 @@
"5cb4e750-1dd3440"|5.4.04
"5cc856b9-1dd7270"|5.4.10
2 changes: 1 addition & 1 deletion automatic/master-pdf-editor/master-pdf-editor.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>master-pdf-editor</id>
<version>5.4.04</version>
<version>5.4.10</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/master-pdf-editor</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Master PDF Editor</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/master-pdf-editor/tools/chocolateyInstall.ps1
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
fileType = 'exe'
url = 'https://code-industry.net/public/MasterPDFEditor-setup.exe'
softwareName = 'Master PDF Editor*'
checksum = '1BB309DD626118402A9158A87399047A06F5B04A0385C427A7522BE10989577A8C2E426844D3DAB7775029055A424F4AD887AD4AF5412607CE2C6285A5A7ADF9'
checksum = '4920F6C5862FD9EBFD5CA7C3CE217C7F55449968B3553735B738895829F367D529B425E79FDD92680F4AE95B22786086CEA292B4AB9489B1C5976B9BC9001263'
checksumType = 'sha512'
silentArgs = "/SILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
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.26/te190426.zip>
1. Download the following <https://github.com/tablacus/TablacusExplorer/releases/download/19.4.30/te190430.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: 2384D818CB5D7199727DB874325411DD21369C9B607402DDBB10DE9FD62E0FE6
checksum: 1C7E65443892BA4053FE066426858BE3DA7F2FA08C0668F4E33841DD127C3870

The file 'LICENSE.txt' has been obtained from <https://github.com/tablacus/TablacusExplorer/blob/19.4.26/LICENSE.TXT>
The file 'LICENSE.txt' has been obtained from <https://github.com/tablacus/TablacusExplorer/blob/19.4.30/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.26</version>
<version>19.4.30</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.26/LICENSE.TXT</licenseUrl>
<licenseUrl>https://github.com/tablacus/TablacusExplorer/blob/19.4.30/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\te190426.zip"
file = "$toolsPath\te190430.zip"
destination = "$toolsPath"
}

Expand Down

0 comments on commit 8b30f14

Please sign in to comment.