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.10.4.msi'
|
||||
$url64 = 'https://dl.waveterm.dev/releases-w2/Wave-win32-x64-0.11.0.msi'
|
||||
$packageArgs = @{
|
||||
packageName = $env:ChocolateyPackageName
|
||||
unzipLocation = $toolsDir
|
||||
@@ -8,7 +8,7 @@ $packageArgs = @{
|
||||
url64bit = $url64
|
||||
|
||||
softwareName = 'Wave'
|
||||
checksum64 = '708aa9183ec7fea79b14dc7f734b48b9fa874d502de669c7ea588b2229c433c8d0b5f815bd57e3ef6d91c848bdb7291ebaf8e60e17d966e0d4a0f2d200fe2383'
|
||||
checksum64 = '11680be405ffde7a29dd27b00e5d5f75a6a09e008bb413c97c6135b259812dc671a8198fdc1e1eaa4bbfac6222227e5f96ed28526da96b8f3b0997909288ce88'
|
||||
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.10.4</version>
|
||||
<version>0.11.0</version>
|
||||
<title>Wave Terminal</title>
|
||||
<authors>Command Line Inc</authors>
|
||||
<projectUrl>https://www.waveterm.dev</projectUrl>
|
||||
|
||||
Reference in New Issue
Block a user