Skip to content

Commit

Permalink
AU: 1 updated - watchexec
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 13, 2022
1 parent f2eb36e commit 1aa2396
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions watchexec/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $packageName = $env:chocolateyPackageName
$packageArgs = @{
packageName = $packageName
unzipLocation = Split-Path $MyInvocation.MyCommand.Definition
url64Bit = 'https://github.com/watchexec/watchexec/releases/download/cli-v1.18.11/watchexec-1.18.11-x86_64-pc-windows-msvc.zip'
checksum64 = '74b509751b5bd3fcbef8f171fa70e50fe77e7f09a8e375032e69ff18a823c100'
url64Bit = 'https://github.com/watchexec/watchexec/releases/download/cli-v1.18.12/watchexec-1.18.12-x86_64-pc-windows-msvc.zip'
checksum64 = '7ebcb3f12c38e6ea3b084781235b1b6c5729dae54df7e721aabc896165eab607'
checksumType64 = 'sha256'
}

Expand Down
2 changes: 1 addition & 1 deletion watchexec/watchexec.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>watchexec</id>
<title>watchexec</title>
<version>1.18.11</version>
<version>1.18.12</version>
<authors>passcod</authors>
<owners>Jonas A. Wendorf</owners>
<summary>Executes commands in response to file modifications</summary>
Expand Down

0 comments on commit 1aa2396

Please sign in to comment.