File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments