Skip to content

Commit

Permalink
AU: 3 updated - cacher master-pdf-editor tablacus
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 17, 2018
1 parent 4ee35e0 commit 6f517a4
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/cacher/cacher.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cacher</id>
<version>1.2.1</version>
<version>1.3.2</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/cacher</packageSourceUrl>
<owners>AdmiringWorm, </owners>
<title>Cacher</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/cacher/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%201.2.1.exe'
url = 'https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%201.3.2.exe'
softwareName = 'Cacher*'
checksum = 'da40300cd242240bfe8ae2adb09f13d0432d664414a57e9da3a0f9b3183c78ebbf58726a1f884cd927c2ed3f3ec85c4034a8bc651bc0f9d621ee07807f33e565'
checksum = '11e1e0f3dcea085b8dbbd9e0e78fdbb71f08db0aee1c0bccf8ab68652cd9ca6c97f073b4273ce607a7565f3c6ee316ea2f0882c3ddea13d619cc00ba3ed70d0c'
checksumType = 'sha512'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/master-pdf-editor/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"59db4014-1cc3af0"|4.3.62
"5a6b6a5d-1cc08f8"|4.3.82
2 changes: 1 addition & 1 deletion automatic/master-pdf-editor/master-pdf-editor.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>master-pdf-editor</id>
<version>4.3.62</version>
<version>4.3.82</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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
fileType = 'exe'
url = 'https://code-industry.net/public/MasterPDFEditor-setup.exe'
softwareName = 'Master PDF Editor*'
checksum = 'CABF95D95C85115E986FC5159BFB17449E1264C782B4646BC734449798A4EF4A05EAA34E6887D16F698085310593FB9105435E80A3F8C391C70D335650847F2D'
checksum = 'F34C0C57B11543671B478EC4E0BC7745621735758033A896CF18560AC68989B1E4EDB6BA73C266A42CE4B6F1788A4F95F6481B9942ECB892E84AFDFEF3BC782E'
checksumType = 'sha512'
silentArgs = "/SILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
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 <http://www.eonet.ne.jp/~gakana/tablacus/explorer_en.html>
and can be verified by doing the following:

1. Download the following <http://www.eonet.ne.jp/~gakana/tablacus/dl/te180216.zip>
1. Download the following <http://www.eonet.ne.jp/~gakana/tablacus/dl/te180217.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: 77B4E8972C2098557C52FF69A3DB58AD414AC3D299ABA3308E3F1BEF06FDD7BE
checksum: 03A7C430D4D5CF3F007CF3B902CA02CB9C3570C8F016778AF855AD9721142F5C

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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>tablacus</id>
<version>18.2.16</version>
<version>18.2.17</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
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\te180216.zip"
file = "$toolsPath\te180217.zip"
destination = "$toolsPath"
}

Expand Down

0 comments on commit 6f517a4

Please sign in to comment.