chore: update nuspec and chocolateyinstall with new release

This commit is contained in:
wave-builder[bot]
2024-12-13 07:35:23 +00:00
committed by GitHub
parent 0e06c53e31
commit cb6181d41f
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.0.msi'
$url64 = 'https://dl.waveterm.dev/releases-w2/Wave-win32-x64-0.10.1.msi'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
@@ -8,7 +8,7 @@ $packageArgs = @{
url64bit = $url64
softwareName = 'Wave'
checksum64 = '236152abe964b7186f0b4cba601eecafa2043db2ad6f1daed4fc0acbe1cc080a09ce576f9d28532967d1f30738240b6827f6d95aa6bae16ddf80c731a9b8010b'
checksum64 = '44bfb3df656483c05a5940db25453a36fdad5676500031d8d615fa893266e2a2749267cd83e83fe2bb5654bd3d7a07c8e2dd3f159f63c6d3bcfdc018e2e29df7'
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.0</version>
<version>0.10.1</version>
<title>Wave Terminal</title>
<authors>Command Line Inc</authors>
<projectUrl>https://www.waveterm.dev</projectUrl>