Skip to content

Commit dd9ae4c

Browse files
committed
Version 1.1.27
1 parent 33921d4 commit dd9ae4c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

doublecmd.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
66
<id>doublecmd</id>
77
<title>Double Commander for Windows</title>
8-
<version>1.1.26</version>
8+
<version>1.1.27</version>
99
<authors>Alexander Koblov, Przemyslaw Nagay</authors>
1010
<owners>anydot, Marcin Bojko</owners>
1111
<summary>Double Commander is a cross platform open source file manager with two panels side by side. It is inspired by Total Commander and features some new ideas.</summary>

tools/chocolateyinstall.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
$ErrorActionPreference = 'Stop';
22

33
$packageName = 'doublecmd'
4-
$version = '1.1.26'
4+
$version = '1.1.27'
55
$url = "https://github.com/doublecmd/doublecmd/releases/download/v$version/doublecmd-$version.i386-win32.msi"
66
$url64 = "https://github.com/doublecmd/doublecmd/releases/download/v$version/doublecmd-$version.x86_64-win64.msi"
7-
$checksum = 'c87d86ad980ef95585f7d76b6614dbcf5bba71ef5d869843369dff6e365ced76 '
8-
$checksum64 = '302c412343f42b85f6434e462a7051c4ed01927cf1734c24db3c293ea9a2a4fc'
7+
$checksum = '55d015d358b75a7b30fb467bd5274c3229c8e58f4a9205647b87e38360b1d711 '
8+
$checksum64 = '2e7f4b8630bcfce56d21782aba865a55025cbf33c512767ebd67033322db41aa'
99
$killexec = 1
1010
$killexecprocess = "doublecmd*"
1111

0 commit comments

Comments
 (0)