Skip to content

Commit

Permalink
Сhocolatey package v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderPro committed Mar 2, 2024
1 parent 3e05d53 commit d1df28e
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.2.1</version>
<version>1.3.0</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.2.1/SmartContextMenu_v1.2.1.zip'
$url = 'https://github.com/AlexanderPro/SmartContextMenu/releases/download/v1.3.0/SmartContextMenu_v1.3.0.zip'

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

Expand Down

0 comments on commit d1df28e

Please sign in to comment.