Skip to content

Commit bdb0b5b

Browse files
committed
Сhocolatey package v1.3.2
1 parent aca9d34 commit bdb0b5b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package/Chocolatey/smartcontextmenu.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
2626
<!-- version should MATCH as closely as possible with the underlying software -->
2727
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
2828
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
29-
<version>1.3.1</version>
29+
<version>1.3.2</version>
3030
<packageSourceUrl>https://github.com/AlexanderPro/SmartContextMenu/tree/master/Package/Chocolatey</packageSourceUrl>
3131
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
3232
<owners>AlexanderPro</owners>

Package/Chocolatey/tools/chocolateyinstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
$ErrorActionPreference = 'Stop';
22
$packageName= 'smartcontextmenu'
33
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
4-
$url = 'https://github.com/AlexanderPro/SmartContextMenu/releases/download/v1.3.1/SmartContextMenu_v1.3.1.zip'
4+
$url = 'https://github.com/AlexanderPro/SmartContextMenu/releases/download/v1.3.2/SmartContextMenu_v1.3.2.zip'
55

66
$packageArgs = @{
77
packageName = $packageName
88
destination = $toolsDir
99
fileType = 'zip'
1010
url = $url
1111
softwareName = 'SmartContextMenu*'
12-
checksum = '0da95204af02879ef869d5b64ca749088c15bad8e0829bfbb6e560a22c1c806c'
12+
checksum = '4f0379423c37e4c0fbc7f00b66efdae7a22d308fab4cd00e0535771ae896bd41'
1313
checksumType = 'sha256'
1414
}
1515

0 commit comments

Comments
 (0)