mirror of
https://github.com/wavetermdev/chocolatey.git
synced 2026-08-05 13:47:23 -07:00
chore: update nuspec and chocolateyinstall with new release
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
$ErrorActionPreference = 'Stop'
|
||||
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
|
||||
$url64 = 'https://dl.waveterm.dev/releases-w2/Wave-win32-x64-0.11.2.msi'
|
||||
$url64 = 'https://dl.waveterm.dev/releases-w2/Wave-win32-x64-0.11.3.msi'
|
||||
$packageArgs = @{
|
||||
packageName = $env:ChocolateyPackageName
|
||||
unzipLocation = $toolsDir
|
||||
@@ -8,7 +8,7 @@ $packageArgs = @{
|
||||
url64bit = $url64
|
||||
|
||||
softwareName = 'Wave'
|
||||
checksum64 = '501d5068d0adae9e891116ee6fdf19e946a1926cf5a5804b00427fd155fc41b206872671d90ae0e4abd258502b5af68a40404db0e368374b871723e34291c311'
|
||||
checksum64 = '0e849f01aeefc3ee060e3d7ca086390a10d5997d0c74ab83638bbe2f3d0e0ac489a38ee5dd9328f8f38c73bc960eef73b895534dbb9c84a8af6d72af28eae7e2'
|
||||
checksumType64= 'sha512'
|
||||
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
|
||||
validExitCodes= @(0, 3010, 1641)
|
||||
|
||||
+1
-1
@@ -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.11.2</version>
|
||||
<version>0.11.3</version>
|
||||
<title>Wave Terminal</title>
|
||||
<authors>Command Line Inc</authors>
|
||||
<projectUrl>https://www.waveterm.dev</projectUrl>
|
||||
|
||||
Reference in New Issue
Block a user