Skip to content

Commit

Permalink
Сhocolatey package v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderPro committed Apr 13, 2024
1 parent aca9d34 commit bdb0b5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Package/Chocolatey/smartcontextmenu.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- 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. -->
<version>1.3.1</version>
<version>1.3.2</version>
<packageSourceUrl>https://github.com/AlexanderPro/SmartContextMenu/tree/master/Package/Chocolatey</packageSourceUrl>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>AlexanderPro</owners>
Expand Down
4 changes: 2 additions & 2 deletions Package/Chocolatey/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
$ErrorActionPreference = 'Stop';
$packageName= 'smartcontextmenu'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://github.com/AlexanderPro/SmartContextMenu/releases/download/v1.3.1/SmartContextMenu_v1.3.1.zip'
$url = 'https://github.com/AlexanderPro/SmartContextMenu/releases/download/v1.3.2/SmartContextMenu_v1.3.2.zip'

$packageArgs = @{
packageName = $packageName
destination = $toolsDir
fileType = 'zip'
url = $url
softwareName = 'SmartContextMenu*'
checksum = '0da95204af02879ef869d5b64ca749088c15bad8e0829bfbb6e560a22c1c806c'
checksum = '4f0379423c37e4c0fbc7f00b66efdae7a22d308fab4cd00e0535771ae896bd41'
checksumType = 'sha256'
}

Expand Down

0 comments on commit bdb0b5b

Please sign in to comment.