Skip to content

Commit

Permalink
Version 1.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinbojko committed May 6, 2024
1 parent 398ec02 commit 6514b33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doublecmd.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>doublecmd</id>
<title>Double Commander for Windows</title>
<version>1.1.13</version>
<version>1.1.14</version>
<authors>Alexander Koblov, Przemyslaw Nagay</authors>
<owners>anydot, Marcin Bojko</owners>
<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>
Expand Down
6 changes: 3 additions & 3 deletions tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
$ErrorActionPreference = 'Stop';

$packageName = 'doublecmd'
$version = '1.1.13'
$version = '1.1.14'
$url = "https://github.com/doublecmd/doublecmd/releases/download/v$version/doublecmd-$version.i386-win32.msi"
$url64 = "https://github.com/doublecmd/doublecmd/releases/download/v$version/doublecmd-$version.x86_64-win64.msi"
$checksum = '43b07607d065f99f8ac67d1136ece23a002b913def856ebc90ff8c17251333c2 '
$checksum64 = '3fbe04ffe07a38520d7fe592a33bb2f5010ed99d273121bc1230861566b0200b'
$checksum = 'c3064a7f71f5c62f1534b50c3aa18720e7d4ed316c6b15abe6f8e8b74153d4fe '
$checksum64 = 'c5e3e813a8211e93de5984c4dd7d0fadd7f3b42c5ee4b94e1d0c4699ca650945'
$killexec = 1
$killexecprocess = "doublecmd*"

Expand Down

0 comments on commit 6514b33

Please sign in to comment.