Skip to content

Commit

Permalink
AU: 3 updated - nheko-reborn vscode-jupyter vscode-pull-request-github
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Mar 25, 2022
1 parent e7e57f4 commit 6fe2ce2
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion automatic/nheko-reborn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Software license](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://github.com/Nheko-Reborn/nheko/blob/master/COPYING)
[![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-v0.9.2-blue.svg)](https://github.com/Nheko-Reborn/nheko/releases/tag/v0.9.2)
[![Software version](https://img.shields.io/badge/Source-v0.9.3-blue.svg)](https://github.com/Nheko-Reborn/nheko/releases/tag/v0.9.3)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/nheko-reborn?label=Chocolatey)](https://chocolatey.org/packages/nheko-reborn)

The motivation behind the project is to provide a native desktop app for [Matrix](https://matrix.org/) that feels more
Expand Down
14 changes: 7 additions & 7 deletions automatic/nheko-reborn/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ be verified by:

1. Go to the binary archive page

https://github.com/Nheko-Reborn/nheko/releases/tag/v0.9.2
https://github.com/Nheko-Reborn/nheko/releases/tag/v0.9.3

and download the file nheko-v0.9.2-installer.exe using the links on the page.
and download the file nheko-v0.9.3-installer.exe using the links on the page.

Alternatively the file can be downloaded directly from

https://github.com/Nheko-Reborn/nheko/releases/download/v0.9.2/nheko-v0.9.2-installer.exe
https://github.com/Nheko-Reborn/nheko/releases/download/v0.9.3/nheko-v0.9.3-installer.exe

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 nheko-v0.9.2-installer.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f nheko-v0.9.2-installer.exe
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 nheko-v0.9.3-installer.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f nheko-v0.9.3-installer.exe

File: nheko-v0.9.2-installer.exe
File: nheko-v0.9.3-installer.exe
Type: sha256
Checksum: 86C7C57280A0EF0D255BC045875E722EE680046402213845BFF4DFDC707A445B
Checksum: 9B108493B8600C7C5DCD673DC11F096E888F500806EB3FBA51BE0DA310A8A29C


Contents of file LICENSE.txt is obtained from https://github.com/Nheko-Reborn/nheko/blob/master/COPYING
4 changes: 2 additions & 2 deletions automatic/nheko-reborn/nheko-reborn.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>nheko-reborn</id>
<version>0.9.2</version>
<version>0.9.3</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/nheko-reborn</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Nheko - Native Desktop Matrix Client</title>
Expand Down Expand Up @@ -50,7 +50,7 @@ like a mainstream chat app ([Element](https://element.io/), Telegram etc) and le
If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.
]]></description>
<releaseNotes>https://github.com/Nheko-Reborn/nheko/releases/tag/v0.9.2</releaseNotes>
<releaseNotes>https://github.com/Nheko-Reborn/nheko/releases/tag/v0.9.3</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down
2 changes: 1 addition & 1 deletion automatic/nheko-reborn/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsDir\nheko-v0.9.2-installer.exe"
file = "$toolsDir\nheko-v0.9.3-installer.exe"
silentArgs = '--accept-licenses --confirm-command install'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-jupyter/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ErrorActionPreference = 'Stop'

Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2022.3.1000841004'
Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2022.3.1000851004'
2 changes: 1 addition & 1 deletion automatic/vscode-jupyter/vscode-jupyter.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>vscode-jupyter</id>
<version>2022.3.1000841004</version>
<version>2022.3.1000851004</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-jupyter</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Visual Studio Jupyter VSCode Extension</title>
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode-pull-request-github/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ and can be verified by:

https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github

and download the extension GitHub.vscode-pull-request-github-0.39.2022032209.vsix using the Download Extension link
and download the extension GitHub.vscode-pull-request-github-0.39.2022032409.vsix using the Download Extension link
in the Resources section of the sidebar.

Alternatively the package can be downloaded directly from

https://marketplace.visualstudio.com/_apis/public/gallery/publishers/GitHub/vsextensions/vscode-pull-request-github/0.39.2022032209/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/GitHub/vsextensions/vscode-pull-request-github/0.39.2022032409/vspackage

2. The extension can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash GitHub.vscode-pull-request-github-0.39.2022032209.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f GitHub.vscode-pull-request-github-0.39.2022032209.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash GitHub.vscode-pull-request-github-0.39.2022032409.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f GitHub.vscode-pull-request-github-0.39.2022032409.vsix

Type: sha256
Checksum: 765D74828A092D76BE9C327508921211AC5CFAB2FFBA16E921987291134F7F4A
Checksum: CE489D3D2E3E0B7456510D8A4D145A18EEB0AA7F401F9D35967DC09B7CFE4F9A

Contents of LICENSE.txt is obtained from https://github.com/microsoft/vscode-pull-request-github/blob/master/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

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

Install-VsCodeExtension -extensionId "$toolsDir\GitHub.vscode-pull-request-github-0.39.2022032209.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\GitHub.vscode-pull-request-github-0.39.2022032409.vsix"
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>vscode-pull-request-github</id>
<version>0.39.2022032209</version>
<version>0.39.2022032409</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pull-request-github</packageSourceUrl>
<owners>dgalbraith</owners>
<title>GitHub Pull Requests and Issues VSCode Extension</title>
Expand Down

0 comments on commit 6fe2ce2

Please sign in to comment.