Skip to content

Commit

Permalink
AU: 2 updated - vscode-pylance watchman
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed May 7, 2024
1 parent d7a3cc2 commit 5007bef
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/vscode-pylance/tools/chocolateyinstall.ps1
@@ -1,3 +1,3 @@
$ErrorActionPreference = 'Stop'

Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2024.4.106"
Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2024.5.1"
2 changes: 1 addition & 1 deletion automatic/vscode-pylance/vscode-pylance.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>vscode-pylance</id>
<version>2024.4.106</version>
<version>2024.5.1</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pylance</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Pylance VSCode Extension</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/watchman/README.md
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/github/license/facebook/watchman)](https://github.com/facebook/watchman/blob/master/LICENSE)
[![Maintenance status](https://img.shields.io/badge/maintained%3F-yes-green.svg)](https://gitHub.com/dgalbraith/chocolatey-packages/graphs/commit-activity)
[![AppVeyor build](https://img.shields.io/appveyor/ci/dgalbraith/chocolatey-packages)](https://ci.appveyor.com/project/dgalbraith/chocolatey-packages)
[![Software version](https://img.shields.io/badge/source-v2024.05.02.00-blue.svg)](https://github.com/facebook/watchman/releases/tag/v2024.05.02.00)
[![Software version](https://img.shields.io/badge/source-v2024.05.06.00-blue.svg)](https://github.com/facebook/watchman/releases/tag/v2024.05.06.00)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/watchman?label=Chocolatey)](https://chocolatey.org/packages/watchman)

Watchman exists to watch files and record when they change. It can also trigger actions (such as
Expand Down
12 changes: 6 additions & 6 deletions automatic/watchman/legal/VERIFICATION.txt
Expand Up @@ -10,19 +10,19 @@ be verified by:

https://github.com/facebook/watchman/releases

and download the archive watchman-v2024.05.02.00-windows.zip using the links in the relevant
and download the archive watchman-v2024.05.06.00-windows.zip using the links in the relevant
asset section of the page.

Alternatively the build can be downloaded directly from

https://github.com/facebook/watchman/releases/download/v2024.05.02.00/watchman-v2024.05.02.00-windows.zip
https://github.com/facebook/watchman/releases/download/v2024.05.06.00/watchman-v2024.05.06.00-windows.zip

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 watchman-v2024.05.02.00-windows.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f watchman-v2024.05.02.00-windows.zip
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 watchman-v2024.05.06.00-windows.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f watchman-v2024.05.06.00-windows.zip

File: watchman-v2024.05.02.00-windows.zip
File: watchman-v2024.05.06.00-windows.zip
Type: sha256
Checksum: 10A5C4203307D23C07D94C9EDC96533499ED31F0700FE22B830036FF5E06265F
Checksum: 6A8868F75777EEA60847E1DE003FEE6B3892D78EA5FF44F79407D2958CA78422

Contents of file LICENSE.txt is obtained from https://github.com/facebook/watchman/blob/master/LICENSE
2 changes: 1 addition & 1 deletion automatic/watchman/tools/chocolateyinstall.ps1
Expand Up @@ -6,7 +6,7 @@ if ((Get-ProcessorBits 32) -or $env:ChocolateyForceX86 -eq 'true') {

$toolsDir = (Split-Path -parent $MyInvocation.MyCommand.Definition)

$archive = Join-Path $toolsDir 'watchman-v2024.05.02.00-windows.zip'
$archive = Join-Path $toolsDir 'watchman-v2024.05.06.00-windows.zip'

$unzipArgs = @{
PackageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/watchman/update.ps1
Expand Up @@ -49,7 +49,7 @@ function global:au_GetLatest {
# there are no windows binaries available. The nuspec has not been parsed at this stage so the current version is not
# available in the environment - hardcode here and use the package update process to rewrite
if ([string]::IsNullOrWhiteSpace($version)) {
$version = '2024.05.02.00'
$version = '2024.05.06.00'
}

return @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/watchman/watchman.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>watchman</id>
<version>2024.05.02.00</version>
<version>2024.05.06.00</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/watchman</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Watchman - A file watching service</title>
Expand Down

0 comments on commit 5007bef

Please sign in to comment.