From f63d67efa73923819927a6c3c3ebf5e6b6cd5837 Mon Sep 17 00:00:00 2001 From: brooksmtownsend <12040685+brooksmtownsend@users.noreply.github.com> Date: Fri, 2 Aug 2024 15:08:25 +0000 Subject: [PATCH] bump wash to v0.30.0 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Brooks Townsend --- tools/chocolateyinstall.ps1 | 4 ++-- wash.nuspec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index e69daf9..56c6fd5 100644 --- a/tools/chocolateyinstall.ps1 +++ b/tools/chocolateyinstall.ps1 @@ -2,14 +2,14 @@ $ErrorActionPreference = 'Stop'; # stop on all errors $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url64 = 'https://github.com/wasmCloud/wasmCloud/releases/download/wash-cli-v0.29.2/wash-x86_64-pc-windows-msvc.exe' +$url64 = 'https://github.com/wasmCloud/wasmCloud/releases/download/wash-cli-v0.30.0/wash-x86_64-pc-windows-msvc.exe' $packageArgs = @{ packageName = $env:ChocolateyPackageName fileFullPath = "$toolsDir\wash.exe" url64bit = $url64 - checksum64 = 'B8B9DA218FC2039D648657A5B974BED02453F0EF50D60F00D986EEA00B1B6BFB' + checksum64 = 'DDE5AB13F881F21C4605B52B42668418E1DBB58F0883916EA6D77EF21F7EA467' checksumType64= 'sha256' } diff --git a/wash.nuspec b/wash.nuspec index 0732037..a9922b8 100644 --- a/wash.nuspec +++ b/wash.nuspec @@ -4,7 +4,7 @@ wash - 0.29.2 + 0.30.0 wash wasmCloud Maintainers @@ -19,7 +19,7 @@ wash wasmCloud wasm WAsmcloud SHell - the comprehensive command-line tool for wasmCloud development WAsmcloud SHell - the comprehensive command-line tool for wasmCloud development - https://github.com/wasmCloud/wasmCloud/releases/tag/wash-cli-v0.29.2 + https://github.com/wasmCloud/wasmCloud/releases/tag/wash-cli-v0.30.0