Skip to content

Commit

Permalink
AU: 1 updated - dumo
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 4, 2020
1 parent ca73040 commit 7cef90e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.3.106</version>
<version>2.23.0.107</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 @@
Fri, 28 Aug 2020 08:24:03 GMT|2.22.3.106
Sun, 04 Oct 2020 12:20:48 GMT|2.23.0.107
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 = '57C7797465B27E0AB05FAFF87ADDC25E7B3DCA57D40E1312F8417FE1FCE1AFC841702DBD2EE0A48DCFA937762F338DB9206CD48E068E2B7E93750314219EF850'
checksum = 'C71487D9C956B913D8BE597102A154095A41BBF6E15CA761A4C84E29671840D809E3EC24045ACC47B18C0CAD4A16C58C368DDD42D68BA27D94C0C247C0FCE8D6'
checksumType = 'sha512'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit 7cef90e

Please sign in to comment.