Skip to content

Commit 16e8fc7

Browse files
chore: update nuspec and chocolateyinstall with new release
1 parent e6205dd commit 16e8fc7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

wave/tools/chocolateyinstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
$ErrorActionPreference = 'Stop'
22
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
3-
$url64 = 'https://dl.waveterm.dev/releases-w2/Wave-win32-x64-0.11.2.msi'
3+
$url64 = 'https://dl.waveterm.dev/releases-w2/Wave-win32-x64-0.11.3.msi'
44
$packageArgs = @{
55
packageName = $env:ChocolateyPackageName
66
unzipLocation = $toolsDir
77
fileType = 'msi'
88
url64bit = $url64
99

1010
softwareName = 'Wave'
11-
checksum64 = '501d5068d0adae9e891116ee6fdf19e946a1926cf5a5804b00427fd155fc41b206872671d90ae0e4abd258502b5af68a40404db0e368374b871723e34291c311'
11+
checksum64 = '0e849f01aeefc3ee060e3d7ca086390a10d5997d0c74ab83638bbe2f3d0e0ac489a38ee5dd9328f8f38c73bc960eef73b895534dbb9c84a8af6d72af28eae7e2'
1212
checksumType64= 'sha512'
1313
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
1414
validExitCodes= @(0, 3010, 1641)

wave/wave.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata><id>wave</id>
4-
<version>0.11.2</version>
4+
<version>0.11.3</version>
55
<title>Wave Terminal</title>
66
<authors>Command Line Inc</authors>
77
<projectUrl>https://www.waveterm.dev</projectUrl>

0 commit comments

Comments
 (0)