Skip to content

Commit f67857f

Browse files
committed
2 parents 8e5e571 + a1a28a3 commit f67857f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

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

0 commit comments

Comments
 (0)