Skip to content

Commit 36aff69

Browse files
committed
Сhocolatey package v1.4.0
1 parent f3893f0 commit 36aff69

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.4</version>
29+
<version>1.4.0</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.4/SmartContextMenu_v1.3.4.zip'
4+
$url = 'https://github.com/AlexanderPro/SmartContextMenu/releases/download/v1.4.0/SmartContextMenu_v1.4.0.zip'
55

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

0 commit comments

Comments
 (0)