chore: update nuspec and chocolateyinstall with new release

This commit is contained in:
wave-builder[bot]
2024-12-12 19:53:40 +00:00
committed by GitHub
parent 47e7df4dea
commit 0e06c53e31
2 changed files with 4 additions and 4 deletions
+3 -3
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.9.3.msi'
$url64 = 'https://dl.waveterm.dev/releases-w2/Wave-win32-x64-0.10.0.msi'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
@@ -8,10 +8,10 @@ $packageArgs = @{
url64bit = $url64
softwareName = 'Wave'
checksum64 = '7b2802a8a2b86bae9dd973114435883cdb5dea4986c2804892be997e64c3d35b058a054adde57be5bacfe544583f35cff84df24f70e3c9e5b2b03d880d376b5c'
checksum64 = '236152abe964b7186f0b4cba601eecafa2043db2ad6f1daed4fc0acbe1cc080a09ce576f9d28532967d1f30738240b6827f6d95aa6bae16ddf80c731a9b8010b'
checksumType64= 'sha512'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes= @(0, 3010, 1641)
}
Install-ChocolateyPackage @packageArgs
Install-ChocolateyPackage @packageArgs
+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.9.3</version>
<version>0.10.0</version>
<title>Wave Terminal</title>
<authors>Command Line Inc</authors>
<projectUrl>https://www.waveterm.dev</projectUrl>