Skip to content

Commit

Permalink
Version 1.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinbojko committed Jun 13, 2024
1 parent 6514b33 commit 74479fe
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.14</version>
<version>1.1.15</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.14'
$version = '1.1.15'
$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 = 'c3064a7f71f5c62f1534b50c3aa18720e7d4ed316c6b15abe6f8e8b74153d4fe '
$checksum64 = 'c5e3e813a8211e93de5984c4dd7d0fadd7f3b42c5ee4b94e1d0c4699ca650945'
$checksum = '9660b433bf8073e69da1a34fe473fa2017756a30f9f95cf0b5acccff29d636b6 '
$checksum64 = 'da54f7fca116d710f6c23e3ef410c588dcbd3b12f9753f5a7a2182b17573d911'
$killexec = 1
$killexecprocess = "doublecmd*"

Expand Down

0 comments on commit 74479fe

Please sign in to comment.