From 4913b6704cf2e7454ae999bbf9215db17026c94f Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Mon, 22 May 2017 00:09:53 +0000 Subject: [PATCH] AU: 1 updated - nirlauncher [skip ci] https://gist.github.com/a700c70b8847b29ebb1c918d47ee4eb1/87e2c5015193db5cba9b62bc13ef908fae80648b --- nirlauncher/nirlauncher.nuspec | 2 +- nirlauncher/tools/chocolateyInstall.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nirlauncher/nirlauncher.nuspec b/nirlauncher/nirlauncher.nuspec index 8136c92b..68b6ce83 100644 --- a/nirlauncher/nirlauncher.nuspec +++ b/nirlauncher/nirlauncher.nuspec @@ -4,7 +4,7 @@ nirlauncher NirLauncher - 1.20.1 + 1.20.2 Nir Sofer Miodrag Milić NirLauncher is a package of more than 180 portable freeware utilities for Windows, all of them developed by NirSoft diff --git a/nirlauncher/tools/chocolateyInstall.ps1 b/nirlauncher/tools/chocolateyInstall.ps1 index 4e155c76..69796434 100644 --- a/nirlauncher/tools/chocolateyInstall.ps1 +++ b/nirlauncher/tools/chocolateyInstall.ps1 @@ -1,8 +1,8 @@ $ErrorActionPreference = 'Stop' $packageName = 'nirlauncher' -$url32 = 'http://download.nirsoft.net/nirsoft_package_1.20.1.zip' -$checksum32 = '38df131386981a0778c4310d3ef1353bde799fdc5bbe93e3a349e39a1942cb38' +$url32 = 'http://download.nirsoft.net/nirsoft_package_1.20.2.zip' +$checksum32 = 'a38f925e74e1e4d0609626a627a199dff017f230bc70e347b1e249224430c1d2' $download_path = "$env:TEMP\chocolatey\$packageName\$Env:ChocolateyPackageVersion\nirlauncher.zip" $install_path = "$(Get-ToolsLocation)\NirLauncher"