chore: update nuspec and chocolateyinstall with new release

This commit is contained in:
wave-builder[bot]
2025-01-26 00:07:41 +00:00
committed by GitHub
parent a55ec17780
commit 48bedd8da2
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.4.msi'
$url64 = 'https://dl.waveterm.dev/releases-w2/Wave-win32-x64-0.11.0.msi'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
@@ -8,7 +8,7 @@ $packageArgs = @{
url64bit = $url64
softwareName = 'Wave'
checksum64 = '708aa9183ec7fea79b14dc7f734b48b9fa874d502de669c7ea588b2229c433c8d0b5f815bd57e3ef6d91c848bdb7291ebaf8e60e17d966e0d4a0f2d200fe2383'
checksum64 = '11680be405ffde7a29dd27b00e5d5f75a6a09e008bb413c97c6135b259812dc671a8198fdc1e1eaa4bbfac6222227e5f96ed28526da96b8f3b0997909288ce88'
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.4</version>
<version>0.11.0</version>
<title>Wave Terminal</title>
<authors>Command Line Inc</authors>
<projectUrl>https://www.waveterm.dev</projectUrl>