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 Jul 11, 2021
1 parent c386de5 commit 99c40fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion watchexec/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $packageName = $env:chocolateyPackageName
$packageArgs = @{
packageName = $packageName
unzipLocation = Split-Path $MyInvocation.MyCommand.Definition
url64Bit = 'https://github.com/watchexec/watchexec/releases/download/cli-v1.16.0/watchexec-1.16.0-x86_64-pc-windows-msvc.zip'
url64Bit = 'https://github.com/watchexec/watchexec/releases/download/cli-v1.16.2/watchexec-1.16.2-x86_64-pc-windows-msvc.zip'
checksum64 = ''
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.16.0</version>
<version>1.16.2</version>
<authors>passcod</authors>
<owners>Jonas A. Wendorf</owners>
<summary>Executes commands in response to file modifications</summary>
Expand Down

0 comments on commit 99c40fe

Please sign in to comment.