Skip to content

Commit

Permalink
bump wash to v0.34.1
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: Brooks Townsend <[email protected]>
  • Loading branch information
brooksmtownsend authored and vados-cosmonic committed Sep 30, 2024
1 parent 1f9866a commit 9f3035c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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.34.0/wash-x86_64-pc-windows-msvc.exe'
$url64 = 'https://github.com/wasmCloud/wasmCloud/releases/download/wash-cli-v0.34.1/wash-x86_64-pc-windows-msvc.exe'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileFullPath = "$toolsDir\wash.exe"
url64bit = $url64

checksum64 = 'C676DFD882BCC3BCA96723311AC1E1E171120B8A567BF3A0AC66EC32C28B20C7'
checksum64 = 'F760237AAEABAC8CFF893EF0BBFF6CCC88F1BE917C91BD7D76B7F75431FC8D25'
checksumType64= 'sha256'
}

Expand Down
4 changes: 2 additions & 2 deletions wash.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>wash</id>

<version>0.34.0</version>
<version>0.34.1</version>

<title>wash</title>
<authors>wasmCloud Maintainers</authors>
Expand All @@ -19,7 +19,7 @@
<tags>wash wasmCloud wasm</tags>
<summary>WAsmcloud SHell - the comprehensive command-line tool for wasmCloud development</summary>
<description>WAsmcloud SHell - the comprehensive command-line tool for wasmCloud development</description>
<releaseNotes>https://github.com/wasmCloud/wasmCloud/releases/tag/wash-cli-v0.34.0</releaseNotes>
<releaseNotes>https://github.com/wasmCloud/wasmCloud/releases/tag/wash-cli-v0.34.1</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down

0 comments on commit 9f3035c

Please sign in to comment.