Skip to content

Commit

Permalink
AU: 2 updated - dumo tablacus
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey committed May 16, 2020
1 parent 5239682 commit 5f56adc
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/dumo/dumo.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>dumo</id>
<version>2.22.1.104</version>
<version>2.22.2.105</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/dumo</packageSourceUrl>
<owners>AdmiringWorm, dtgm, adgellida</owners>
<title>DUMo</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/dumo/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Tue, 14 Apr 2020 17:30:53 GMT|2.22.1.104
Sat, 16 May 2020 14:00:01 GMT|2.22.2.105
2 changes: 1 addition & 1 deletion automatic/dumo/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $packageArgs = @{
fileType = 'exe'
url = 'https://kcsoftwares.com/files/dumo_lite.exe'
softwareName = 'KC Softwares DUMo'
checksum = 'B9BC92AE20DA6395A5E41C85296A4A9D5BAD2A400E4CBCF056DBFE7E0CBCDA8CB86F14452A8498EAE156A89A0723BD8A9B1060690AE8869AA64A1767BD71A303'
checksum = '3465271206E8D729FE89C8750B96A547E3C25E1F603B8849B4F7E6A7AC2FF0AAB110927EBFC78C0BE79EFDE2CD4FAA4209CB55B44BC05C519EA000F20A12A9A1'
checksumType = 'sha512'
silentArgs = "/VERYSILENT /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
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://github.com/tablacus/TablacusExplorer/releases/download/20.5.15/te200515.zip>
1. Download the following <https://github.com/tablacus/TablacusExplorer/releases/download/20.5.16/te200516.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: AD766CA276CB4154AF00E64254F883398FCE66ECFF6E3992D90AEC6FC1D2C5D7
checksum: C135770332AA10CFD7366CD4563CE1F03F7CC10250D7E64F201F3D3A39E4B7F9

The file 'LICENSE.txt' has been obtained from <https://github.com/tablacus/TablacusExplorer/blob/20.5.15/LICENSE.TXT>
The file 'LICENSE.txt' has been obtained from <https://github.com/tablacus/TablacusExplorer/blob/20.5.16/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,15 +3,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>tablacus</id>
<version>20.5.15</version>
<version>20.5.16</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/20.5.15/LICENSE.TXT</licenseUrl>
<licenseUrl>https://github.com/tablacus/TablacusExplorer/blob/20.5.16/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
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\te200515.zip"
file = "$toolsPath\te200516.zip"
destination = "$toolsPath"
}

Expand Down

0 comments on commit 5f56adc

Please sign in to comment.