Skip to content

Commit 7dc37f0

Browse files
committed
Сhocolatey package v2.30.0
1 parent f36c188 commit 7dc37f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package/Chocolatey/smartsystemmenu.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>2.29.0</version>
29+
<version>2.30.0</version>
3030
<packageSourceUrl>https://github.com/AlexanderPro/SmartSystemMenu/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= 'smartsystemmenu'
33
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
4-
$url = 'https://github.com/AlexanderPro/SmartSystemMenu/releases/download/v2.29.0/SmartSystemMenu_v2.29.0.zip'
4+
$url = 'https://github.com/AlexanderPro/SmartSystemMenu/releases/download/v2.30.0/SmartSystemMenu_v2.30.0.zip'
55

66
$packageArgs = @{
77
packageName = $packageName
88
destination = $toolsDir
99
fileType = 'zip'
1010
url = $url
1111
softwareName = 'SmartSystemMenu*'
12-
checksum = '42b6c3378255b8893a3fe6301f610be48e96da920f0a9583bfb17dd8842ae70d'
12+
checksum = '97bde7771d8a4587eb622517971f0ecdd52a6a17a616f4966c38b027f737af9f'
1313
checksumType = 'sha256'
1414
}
1515

0 commit comments

Comments
 (0)