chore: update nuspec and chocolateyinstall with new release

This commit is contained in:
wave-builder[bot]
2025-03-09 00:06:30 +00:00
committed by GitHub
parent 7bec3dfdb9
commit e6205dd111
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.11.1.msi'
$url64 = 'https://dl.waveterm.dev/releases-w2/Wave-win32-x64-0.11.2.msi'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
@@ -8,7 +8,7 @@ $packageArgs = @{
url64bit = $url64
softwareName = 'Wave'
checksum64 = '3c569e00b83e3bb6816aba5d2976625d7907a58e43a2da6633516c3746de54dee96df8139d1eb43bfddfa167bace6cf15c6613c7a9a27355c0f114590187ed75'
checksum64 = '501d5068d0adae9e891116ee6fdf19e946a1926cf5a5804b00427fd155fc41b206872671d90ae0e4abd258502b5af68a40404db0e368374b871723e34291c311'
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.11.1</version>
<version>0.11.2</version>
<title>Wave Terminal</title>
<authors>Command Line Inc</authors>
<projectUrl>https://www.waveterm.dev</projectUrl>