Skip to content

Commit

Permalink
AU: 7 updated - beekeeper-studio.install beekeeper-studio.portable db…
Browse files Browse the repository at this point in the history
…gate dbgate.install dbgate.portable dotcover-cli vscode-jupyter

[skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/09a30949157860481558167d833302f7e02bd0b4
  • Loading branch information
dgalbraith committed Apr 30, 2022
1 parent 2c3250e commit 19c8b30
Show file tree
Hide file tree
Showing 25 changed files with 55 additions and 55 deletions.
2 changes: 1 addition & 1 deletion automatic/beekeeper-studio.install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/github/license/beekeeper-studio/beekeeper-studio)](https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md)
[![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-v3.4.1-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.4.1)
[![Software version](https://img.shields.io/badge/Source-v3.4.2-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.4.2)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/beekeeper-studio.install?label=Chocolatey)](https://chocolatey.org/packages/beekeeper-studio.install)

Beekeeper Studio is a free and open source SQL editor and database manager.
Expand Down
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>beekeeper-studio.install</id>
<version>3.4.1</version>
<version>3.4.2</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/beekeeper-studio.install</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Beekeeper Studio (Install) - SQL Editor and Database Manager</title>
Expand Down Expand Up @@ -38,7 +38,7 @@
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/beekeeper-studio/beekeeper-studio/releases/tag/v3.4.1</releaseNotes>
<releaseNotes>https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.4.2</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down
12 changes: 6 additions & 6 deletions automatic/beekeeper-studio.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ be verified by:

https://github.com/beekeeper-studio/beekeeper-studio/releases

and download the installer Beekeeper-Studio-Setup-3.4.1.exe using
and download the installer Beekeeper-Studio-Setup-3.4.2.exe using
the links in the relevant assets section of the page.

Alternatively the installer can be downloaded directly from

https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.4.1/Beekeeper-Studio-Setup-3.4.1.exe
https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.4.2/Beekeeper-Studio-Setup-3.4.2.exe

2. The installer can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-Setup-3.4.1.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-Setup-3.4.1.exe
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-Setup-3.4.2.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-Setup-3.4.2.exe

File64: Beekeeper-Studio-Setup-3.4.1.exe
File64: Beekeeper-Studio-Setup-3.4.2.exe
Type64: sha256
Checksum64: 06A787616443746817ED910AF8435E40F70B03FE36357DBFF6EDBA2A7E2AD7D4
Checksum64: C1E28D651EDC02D58A751DDD434BCBCD6FF763458092FAAD3D52A36BAF980643

Contents of file LICENSE.txt is obtained from https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
softwareName = 'Beekeeper Studio*'
file64 = "$toolsDir\Beekeeper-Studio-Setup-3.4.1.exe"
file64 = "$toolsDir\Beekeeper-Studio-Setup-3.4.2.exe"
checksumType64 = 'sha256'
silentArgs = @('/S')
validExitCodes = @(0, 1641, 3010)
Expand Down
2 changes: 1 addition & 1 deletion automatic/beekeeper-studio.portable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/github/license/beekeeper-studio/beekeeper-studio)](https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md)
[![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-v3.4.1-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.4.1)
[![Software version](https://img.shields.io/badge/Source-v3.4.2-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.4.2)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/beekeeper-studio.portable?label=Chocolatey)](https://chocolatey.org/packages/beekeeper-studio.portable)

Beekeeper Studio is a free and open source SQL editor and database manager.
Expand Down
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>beekeeper-studio.portable</id>
<version>3.4.1</version>
<version>3.4.2</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/beekeeper-studio.portable</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Beekeeper Studio (Portable) - SQL Editor and Database Manager</title>
Expand Down Expand Up @@ -38,7 +38,7 @@
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/beekeeper-studio/beekeeper-studio/releases/tag/v3.4.1</releaseNotes>
<releaseNotes>https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.4.2</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down
12 changes: 6 additions & 6 deletions automatic/beekeeper-studio.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ be verified by:

https://github.com/beekeeper-studio/beekeeper-studio/releases

and download the application Beekeeper-Studio-3.4.1-portable.exe using
and download the application Beekeeper-Studio-3.4.2-portable.exe using
the links in the relevant assets section of the page.

Alternatively the application can be downloaded directly from

https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.4.1/Beekeeper-Studio-3.4.1-portable.exe
https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.4.2/Beekeeper-Studio-3.4.2-portable.exe

2. The application can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-3.4.1-portable.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-3.4.1-portable.exe
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-3.4.2-portable.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-3.4.2-portable.exe

File64: Beekeeper-Studio-3.4.1-portable.exe
File64: Beekeeper-Studio-3.4.2-portable.exe
Type64: sha256
Checksum64: 72CC74E593055B44C0AFA02F2A64EAE888A7FC729B764DFD42ADDE1C896A98F7
Checksum64: A47FF0463D273F86F14F0C1615401E67EB417C1CC133ECE0EA523DF5D7EEAB6E

Contents of file LICENSE.txt is obtained from https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ foreach ($file in $files) {
New-Item "$file.ignore" -type file -force | Out-Null
}

$executable = Join-Path $toolsDir 'Beekeeper-Studio-3.4.1-portable.exe'
$executable = Join-Path $toolsDir 'Beekeeper-Studio-3.4.2-portable.exe'

Install-BinFile -UseStart -Name 'BeekeeperStudio' -Path "$executable"
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

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

$executable = Join-Path $toolsDir 'Beekeeper-Studio-3.4.1-portable.exe'
$executable = Join-Path $toolsDir 'Beekeeper-Studio-3.4.2-portable.exe'

Uninstall-BinFile -Name 'BeekeeperStudio' -Path "$executable"
2 changes: 1 addition & 1 deletion automatic/dbgate.install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/github/license/dbgate/dbgate)](https://github.com/dbgate/dbgate/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-v4.8.7-blue)](https://github.com/mongodb/mongocli/releases/tag/v4.8.7)
[![Software version](https://img.shields.io/badge/Source-v4.8.8-blue)](https://github.com/mongodb/mongocli/releases/tag/v4.8.8)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/dbgate.install?label=Chocolatey)](https://chocolatey.org/packages/dbgate.install)

DbGate is cross-platform database manager. It's designed to be simple to use and effective, when working
Expand Down
2 changes: 1 addition & 1 deletion automatic/dbgate.install/dbgate.install.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>dbgate.install</id>
<version>4.8.7</version>
<version>4.8.8</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/dbgate.install</packageSourceUrl>
<owners>dgalbraith</owners>
<title>DbGate - The Smartest (no)SQL Database Client (Install)</title>
Expand Down
14 changes: 7 additions & 7 deletions automatic/dbgate.install/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 distribution page

https://github.com/dbgate/dbgate/releases/tag/v4.8.7
https://github.com/dbgate/dbgate/releases/tag/v4.8.8

and download the installer dbgate-4.8.7-win_x64.exe using the links in the relevant
and download the installer dbgate-4.8.8-win_x64.exe using the links in the relevant
asset section of the page.

Alternatively the build can be downloaded directly from

https://github.com/dbgate/dbgate/releases/download/v4.8.7/dbgate-4.8.7-win_x64.exe
https://github.com/dbgate/dbgate/releases/download/v4.8.8/dbgate-4.8.8-win_x64.exe

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 dbgate-4.8.7-win_x64.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f dbgate-4.8.7-win_x64.exe
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 dbgate-4.8.8-win_x64.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f dbgate-4.8.8-win_x64.exe

File: dbgate-4.8.7-win_x64.exe
File: dbgate-4.8.8-win_x64.exe
Type: sha256
Checksum: 608C1E34FC8258DEE837962B2C7C31F8CEFDA9FBAE0A607DAC27CAB89674A802
Checksum: 056D1DBEA93EEDB7A5E659FC20845385CD6212B8B351822E53F68B9F0F9A6C54

Contents of file LICENSE.txt is obtained from https://github.com/dbgate/dbgate/blob/master/LICENSE
2 changes: 1 addition & 1 deletion automatic/dbgate.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

$installer = Join-Path $toolsDir 'dbgate-4.8.7-win_x64.exe'
$installer = Join-Path $toolsDir 'dbgate-4.8.8-win_x64.exe'

$packageArgs = @{
PackageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/dbgate.portable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/github/license/dbgate/dbgate)](https://github.com/dbgate/dbgate/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-v4.8.7-blue)](https://github.com/mongodb/mongocli/releases/tag/v4.8.7)
[![Software version](https://img.shields.io/badge/Source-v4.8.8-blue)](https://github.com/mongodb/mongocli/releases/tag/v4.8.8)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/dbgate.portable?label=Chocolatey)](https://chocolatey.org/packages/dbgate.portable)

DbGate is cross-platform database manager. It's designed to be simple to use and effective, when working
Expand Down
2 changes: 1 addition & 1 deletion automatic/dbgate.portable/dbgate.portable.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>dbgate.portable</id>
<version>4.8.7</version>
<version>4.8.8</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/dbgate.portable</packageSourceUrl>
<owners>dgalbraith</owners>
<title>DbGate - The Smartest (no)SQL Database Client (Portable)</title>
Expand Down
14 changes: 7 additions & 7 deletions automatic/dbgate.portable/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 distribution page

https://github.com/dbgate/dbgate/releases/tag/v4.8.7
https://github.com/dbgate/dbgate/releases/tag/v4.8.8

and download the archive dbgate-4.8.7-win_x64.zip using the links in the relevant
and download the archive dbgate-4.8.8-win_x64.zip using the links in the relevant
asset section of the page.

Alternatively the build can be downloaded directly from

https://github.com/dbgate/dbgate/releases/download/v4.8.7/dbgate-4.8.7-win_x64.zip
https://github.com/dbgate/dbgate/releases/download/v4.8.8/dbgate-4.8.8-win_x64.zip

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 dbgate-4.8.7-win_x64.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f dbgate-4.8.7-win_x64.zip
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 dbgate-4.8.8-win_x64.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f dbgate-4.8.8-win_x64.zip

File: dbgate-4.8.7-win_x64.zip
File: dbgate-4.8.8-win_x64.zip
Type: sha256
Checksum: 3CD866E0603F51895B6FBFCC306EE8ADBAF63296EE8136CCAA93CFA7501375E0
Checksum: 3B19FD02BF232828AEC38335474F9045C13CF91AB7F744D9E39A61686FADEF73

Contents of file LICENSE.txt is obtained from https://github.com/dbgate/dbgate/blob/master/LICENSE
2 changes: 1 addition & 1 deletion automatic/dbgate.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

$archive = Join-Path $toolsDir 'dbgate-4.8.7-win_x64.zip'
$archive = Join-Path $toolsDir 'dbgate-4.8.8-win_x64.zip'

$unzipArgs = @{
PackageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/dbgate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/github/license/dbgate/dbgate)](https://github.com/dbgate/dbgate/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-v4.8.7-blue)](https://github.com/mongodb/mongocli/releases/tag/v4.8.7)
[![Software version](https://img.shields.io/badge/Source-v4.8.8-blue)](https://github.com/mongodb/mongocli/releases/tag/v4.8.8)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/dbgate?label=Chocolatey)](https://chocolatey.org/packages/dbgate)

DbGate is cross-platform database manager. It's designed to be simple to use and effective, when working
Expand Down
4 changes: 2 additions & 2 deletions automatic/dbgate/dbgate.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>dbgate</id>
<version>4.8.7</version>
<version>4.8.8</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/dbgate</packageSourceUrl>
<owners>dgalbraith</owners>
<title>DbGate - The Smartest (no)SQL Database Client</title>
Expand Down Expand Up @@ -75,7 +75,7 @@ If you find it is out of date by more than a day or two, please contact the main
</description>
<releaseNotes>https://github.com/dbgate/dbgate/blob/master/CHANGELOG.md</releaseNotes>
<dependencies>
<dependency id="dbgate.portable" version="[4.8.7]" />
<dependency id="dbgate.portable" version="[4.8.8]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/dotcover-cli/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-proprietary-lightgrey)](https://www.jetbrains.com/legal/agreements/user.html)
[![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-v2022.1-blue.svg)](https://www.jetbrains.com/dotcover/download/#section=commandline)
[![Software version](https://img.shields.io/badge/Source-v2022.1.1-blue.svg)](https://www.jetbrains.com/dotcover/download/#section=commandline)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/dotcover-cli?label=Chocolatey)](https://chocolatey.org/packages/dotcover-cli)

dotCover Command Line Tools is a free redistributable package which enables analyzing the code coverage outside of Visual Studio.
Expand Down
2 changes: 1 addition & 1 deletion automatic/dotcover-cli/dotcover-cli.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>dotcover-cli</id>
<version>2022.1</version>
<version>2022.1.1</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/dotcover-cli</packageSourceUrl>
<owners>dgalbraith</owners>
<title>dotCover Command Line Tools</title>
Expand Down
12 changes: 6 additions & 6 deletions automatic/dotcover-cli/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ be verified by:

https://www.jetbrains.com/dotcover/download/#section=commandline

and download the archive JetBrains.dotCover.CommandLineTools.2022.1.zip for Windows using the Download button on the page.
and download the archive JetBrains.dotCover.CommandLineTools.2022.1.1.zip for Windows using the Download button on the page.

Alternatively the archive can be downloaded directly from

https://download.jetbrains.com/resharper/dotUltimate.2022.1/JetBrains.dotCover.CommandLineTools.2022.1.zip
https://download.jetbrains.com/resharper/dotUltimate.2022.1.1/JetBrains.dotCover.CommandLineTools.2022.1.1.zip

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 JetBrains.dotCover.CommandLineTools.2022.1.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f JetBrains.dotCover.CommandLineTools.2022.1.zip
- Download the checksums from https://download.jetbrains.com/resharper/dotUltimate.2022.1/JetBrains.dotCover.CommandLineTools.2022.1.zip.sha256
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 JetBrains.dotCover.CommandLineTools.2022.1.1.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f JetBrains.dotCover.CommandLineTools.2022.1.1.zip
- Download the checksums from https://download.jetbrains.com/resharper/dotUltimate.2022.1.1/JetBrains.dotCover.CommandLineTools.2022.1.1.zip.sha256

File: JetBrains.dotCover.CommandLineTools.2020.3.2.zip
Type: sha256
Checksum: 67A5E840DA5E38DE5A4B7532DD0D7D724A65E246CE4FD4B02A887FD1A1D63589
Checksum: E6B48BC990C12F7439384B6281955E9A6F75A22FEC18A7320D43A3B482FDD67B

Contents of file LICENSE.txt is obtained from https://www.jetbrains.com/legal/agreements/user.html
2 changes: 1 addition & 1 deletion automatic/dotcover-cli/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'

$toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition
$archive = Join-Path $toolsDir 'JetBrains.dotCover.CommandLineTools.2022.1.zip'
$archive = Join-Path $toolsDir 'JetBrains.dotCover.CommandLineTools.2022.1.1.zip'

$unzipArgs = @{
PackageName = $env:ChocolateyPackageName
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.4.1001202127'
Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2022.4.1001211005'
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.4.1001202127</version>
<version>2022.4.1001211005</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

0 comments on commit 19c8b30

Please sign in to comment.