Skip to content

Commit

Permalink
Сhocolatey package v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderPro committed Apr 5, 2024
1 parent 2533b0d commit d4f924e
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.0</version>
<version>1.3.1</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.0/SmartContextMenu_v1.3.0.zip'
$url = 'https://github.com/AlexanderPro/SmartContextMenu/releases/download/v1.3.1/SmartContextMenu_v1.3.1.zip'

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

Expand Down

0 comments on commit d4f924e

Please sign in to comment.