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 Jun 5, 2020
1 parent b86c098 commit c9d0bd0
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 @@ $download_dir = "$Env:TEMP\chocolatey\$packageName\$Env:ChocolateyPackageVersion

$packageArgs = @{
packageName = 'watchexec'
url64Bit = 'https://github.com/watchexec/watchexec/releases/download/1.10.3/watchexec-1.10.3-x86_64-pc-windows-gnu.zip'
checksum64 = 'ACDC33D6C12D11957549556F2D302EE67E93BC9ACF4B1C25512F14D2A9C601F0'
url64Bit = 'https://github.com/watchexec/watchexec/releases/download/1.13.0/watchexec-1.13.0-x86_64-pc-windows-gnu.zip'
checksum64 = 'C45F945BA2AEC1A9C71B538C818A6B4FF455641B09AE3E5C56530C8613AD17FE'
checksumType64 = 'sha256'
unzipLocation = $toolsPath
}
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.10.3</version>
<version>1.13.0</version>
<authors>passcod</authors>
<owners>Jonas A. Wendorf</owners>
<summary>Executes commands in response to file modifications</summary>
Expand Down

0 comments on commit c9d0bd0

Please sign in to comment.