chore: update nuspec and chocolateyinstall with new release

This commit is contained in:
wave-builder[bot]
2024-12-20 00:07:03 +00:00
committed by GitHub
parent cb6181d41f
commit ccdba61507
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url64 = 'https://dl.waveterm.dev/releases-w2/Wave-win32-x64-0.10.1.msi'
$url64 = 'https://dl.waveterm.dev/releases-w2/Wave-win32-x64-0.10.2.msi'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
@@ -8,7 +8,7 @@ $packageArgs = @{
url64bit = $url64
softwareName = 'Wave'
checksum64 = '44bfb3df656483c05a5940db25453a36fdad5676500031d8d615fa893266e2a2749267cd83e83fe2bb5654bd3d7a07c8e2dd3f159f63c6d3bcfdc018e2e29df7'
checksum64 = '87efca88c4177e587f3a3365a8efb1bf1cf3fe867658240145cc4db1be7f311f8ad746c22bd202969e3f8bcbb7253743ef17c5888f80d41c67a76beed5a3a79d'
checksumType64= 'sha512'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes= @(0, 3010, 1641)
+1 -1
View File
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata><id>wave</id>
<version>0.10.1</version>
<version>0.10.2</version>
<title>Wave Terminal</title>
<authors>Command Line Inc</authors>
<projectUrl>https://www.waveterm.dev</projectUrl>