Skip to content

Commit

Permalink
AU: 2 updated - dumo tablacus
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 22, 2021
1 parent 13e9793 commit 3e20d1d
Show file tree
Hide file tree
Showing 7 changed files with 13 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.23.1.111</version>
<version>2.23.2.112</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 @@
Sun, 20 Dec 2020 16:21:26 GMT|2.23.1.111
Fri, 22 Jan 2021 18:34:27 GMT|2.23.2.112
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 = '6B70A38910834CB4FDC77CF827AD8219B0C79C442A2B6D946344DDCC1A118F9E9A47640E5DF78878D08ED4D543A6665DFDB44B258D771BF09B27189D03DB253D'
checksum = 'D7DBBFC9E34AB476C064FAEC635E1D0CA36CD4B2F2AC48601B8038D0B0090B0061C6BC6A557CD557D55EAAD9FF05116F429815EEF9988BA20F13C99E6E05A4FF'
checksumType = 'sha512'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down
4 changes: 4 additions & 0 deletions automatic/tablacus/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ![Tablacus Explorer Changelog](https://img.shields.io/badge/Tablacus%20Explorer-Package%20Changelog-blue.svg?style=for-the-badge)

## Version: 21.1.20 (2021-01-22)

- close before attempting to upgrade/uninstall [#294](https://github.com/AdmiringWorm/chocolatey-packages/pull/294)

## Version: 19.1.4 (2019-01-05)

- **BUG:** Removed prefix of download domain
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/21.1.17/te210117.zip>
1. Download the following <https://github.com/tablacus/TablacusExplorer/releases/download/21.1.20/te210120.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: 8267663936BE2EE4CBE41B4F6C51A322F7ED764314DF81B3A983835275DF217C
checksum: B5FBE1B7A1BEF9FB55BC133B9431293313F1CD0E49218A1A48F8DCB1B6DFF0CD

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

Expand Down

0 comments on commit 3e20d1d

Please sign in to comment.