Skip to content

Commit a8dbd3e

Browse files
committed
Сhocolatey package v1.7.0
1 parent 6067bfb commit a8dbd3e

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

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

0 commit comments

Comments
 (0)