From bdb0b5b0554c56d90488b8c4e244c18268525140 Mon Sep 17 00:00:00 2001 From: AlexanderPro Date: Sat, 13 Apr 2024 18:27:48 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1hocolatey=20package=20v1.3.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Package/Chocolatey/smartcontextmenu.nuspec | 2 +- Package/Chocolatey/tools/chocolateyinstall.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Package/Chocolatey/smartcontextmenu.nuspec b/Package/Chocolatey/smartcontextmenu.nuspec index fa3dbf9..d8c6752 100644 --- a/Package/Chocolatey/smartcontextmenu.nuspec +++ b/Package/Chocolatey/smartcontextmenu.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 1.3.1 + 1.3.2 https://github.com/AlexanderPro/SmartContextMenu/tree/master/Package/Chocolatey AlexanderPro diff --git a/Package/Chocolatey/tools/chocolateyinstall.ps1 b/Package/Chocolatey/tools/chocolateyinstall.ps1 index 4393ec0..0c3f4c6 100644 --- a/Package/Chocolatey/tools/chocolateyinstall.ps1 +++ b/Package/Chocolatey/tools/chocolateyinstall.ps1 @@ -1,7 +1,7 @@ $ErrorActionPreference = 'Stop'; $packageName= 'smartcontextmenu' $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url = 'https://github.com/AlexanderPro/SmartContextMenu/releases/download/v1.3.1/SmartContextMenu_v1.3.1.zip' +$url = 'https://github.com/AlexanderPro/SmartContextMenu/releases/download/v1.3.2/SmartContextMenu_v1.3.2.zip' $packageArgs = @{ packageName = $packageName @@ -9,7 +9,7 @@ $packageArgs = @{ fileType = 'zip' url = $url softwareName = 'SmartContextMenu*' - checksum = '0da95204af02879ef869d5b64ca749088c15bad8e0829bfbb6e560a22c1c806c' + checksum = '4f0379423c37e4c0fbc7f00b66efdae7a22d308fab4cd00e0535771ae896bd41' checksumType = 'sha256' }