File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
1717 <metadata >
1818 <!-- == PACKAGE SPECIFIC SECTION == -->
1919 <id >nvs</id >
20- <version >1.4.2 </version >
20+ <version >1.5.0 </version >
2121 <packageSourceUrl >https://github.com/jasongin/nvs</packageSourceUrl >
2222 <owners >jasongin molant</owners >
2323 <!-- ============================== -->
Original file line number Diff line number Diff line change 11$ErrorActionPreference = ' Stop' ; # stop on all errors
22$toolsDir = " $ ( Split-Path - parent $MyInvocation.MyCommand.Definition ) "
3- $url = ' https://github.com/jasongin/nvs/releases/download/v1.4.2 /nvs-1.4.2 .msi' # download url, HTTPS preferred
3+ $url = ' https://github.com/jasongin/nvs/releases/download/v1.5.0 /nvs-1.5.0 .msi' # download url, HTTPS preferred
44
55$packageArgs = @ {
66 packageName = $env: ChocolateyPackageName
@@ -10,7 +10,7 @@ $packageArgs = @{
1010
1111 softwareName = ' NVS' # part or all of the Display Name as you see it in Programs and Features. It should be enough to be unique
1212
13- checksum = ' 87fa567001baea5604e4be03188d6d11ae2a2e055781e5168da5ea2f0f8fb5479aa0c3511b641f5147ef7bbffe03cbff1a36588c1f37a8dd2c27010e24d0d3f9 '
13+ checksum = ' f6e753ec426ee41f645334465ab57e61e6e1ab379e9443ec2db10f627da4329dfe3a269c15a6f41b51abfba5be71655c75acc9b3798052c41d99899a0dc01079 '
1414 checksumType = ' sha512' # default is md5, can also be sha1, sha256 or sha512
1515
1616 # MSI
You can’t perform that action at this time.
0 commit comments