Skip to content

Commit

Permalink
AU: 7 updated - authme authme.install authme.portable dotcover-cli na…
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Mar 13, 2024
1 parent 1351505 commit 98bd7c4
Show file tree
Hide file tree
Showing 21 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion automatic/authme.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/Levminer/authme)](https://github.com/Levminer/authme/blob/main/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-v5.0.1-blue)](https://github.com/Levminer/authme/releases/tag/5.0.1)
[![Software version](https://img.shields.io/badge/source-v5.1.0-blue)](https://github.com/Levminer/authme/releases/tag/5.1.0)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/authme.install?label=Chocolatey)](https://chocolatey.org/packages/authme.install)

Authme is a simple two-factor (2FA) authenticator application for the desktop with support for
Expand Down
2 changes: 1 addition & 1 deletion automatic/authme.install/authme.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>authme.install</id>
<version>5.0.1</version>
<version>5.1.0</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/authme</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Authme (Install) - Simple 2FA Desktop Application</title>
Expand Down
14 changes: 7 additions & 7 deletions automatic/authme.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/Levminer/authme/releases/tag/5.0.1
https://github.com/Levminer/authme/releases/tag/5.1.0

and download the installer authme-5.0.1-windows-x64.msi using the links in the
and download the installer authme-5.1.0-windows-x64.msi using the links in the
assets section of the page.

Alternatively the installer can be downloaded directly from

https://github.com/Levminer/authme/releases/download/5.0.1/authme-5.0.1-windows-x64.msi
https://github.com/Levminer/authme/releases/download/5.1.0/authme-5.1.0-windows-x64.msi

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 authme-5.0.1-windows-x64.msi
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f authme-5.0.1-windows-x64.msi
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 authme-5.1.0-windows-x64.msi
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f authme-5.1.0-windows-x64.msi

File: authme-5.0.1-windows-x64.msi
File: authme-5.1.0-windows-x64.msi
Type: sha256
Checksum: E3751D9FFF5C9F14DF12D604D83BDA3DF164B7B6815E8BAD6985F563F1E83AC8
Checksum: 30D95C67C85558AD520D1F28C6A4145930E43B098C3368FF6F8734BA7CC1A930

Contents of file LICENSE.txt is obtained from https://github.com/Levminer/authme/blob/dev/LICENSE.md
2 changes: 1 addition & 1 deletion automatic/authme.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 'authme-5.0.1-windows-x64.msi'
$installer = Join-Path $toolsDir 'authme-5.1.0-windows-x64.msi'
$silentArgs = '/S /AllUsers'

$pp = Get-PackageParameters
Expand Down
2 changes: 1 addition & 1 deletion automatic/authme.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/Levminer/authme)](https://github.com/Levminer/authme/blob/main/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-v5.0.1-blue)](https://github.com/Levminer/authme/releases/tag/5.0.1)
[![Software version](https://img.shields.io/badge/source-v5.1.0-blue)](https://github.com/Levminer/authme/releases/tag/5.1.0)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/authme.portable?label=Chocolatey)](https://chocolatey.org/packages/authme.portable)

Authme is a simple two-factor (2FA) authenticator application for the desktop with support for
Expand Down
2 changes: 1 addition & 1 deletion automatic/authme.portable/authme.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>authme.portable</id>
<version>5.0.1</version>
<version>5.1.0</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/authme</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Authme - Simple 2FA Desktop Application</title>
Expand Down
14 changes: 7 additions & 7 deletions automatic/authme.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/Levminer/authme/releases/tag/5.0.1
https://github.com/Levminer/authme/releases/tag/5.1.0

and download the archive authme-5.0.1-windows-x64.zip using the links in the
and download the archive authme-5.1.0-windows-x64.zip using the links in the
assets section of the page.

Alternatively the archive can be downloaded directly from

https://github.com/Levminer/authme/releases/download/5.0.1/authme-5.0.1-windows-x64.zip
https://github.com/Levminer/authme/releases/download/5.1.0/authme-5.1.0-windows-x64.zip

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 authme-5.0.1-windows-x64.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f authme-5.0.1-windows-x64.zip
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 authme-5.1.0-windows-x64.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f authme-5.1.0-windows-x64.zip

File: authme-5.0.1-windows-x64.zip
File: authme-5.1.0-windows-x64.zip
Type: sha256
Checksum: 3B90DC967F5C4E863158E59B5D98486A1E8544BAAEA7B8C445442707DF04C053
Checksum: 7D80EEF4F5F0AC79ED2342EA68C48D1ABA5A51F960BFB33DABCF3CDCA455990B

Contents of file LICENSE.txt is obtained from https://github.com/Levminer/authme/blob/dev/LICENSE.md
2 changes: 1 addition & 1 deletion automatic/authme.portable/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 'authme-5.0.1-windows-x64.zip'
$archive = Join-Path $toolsDir 'authme-5.1.0-windows-x64.zip'

$pp = Get-PackageParameters

Expand Down
2 changes: 1 addition & 1 deletion automatic/authme.portable/tools/chocolateyUninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if (Test-Path -Path $zipTargetFile) {
$parentDirectory = Split-Path $unzipDirectory
}

Uninstall-ChocolateyZipPackage 'authme.portable' 'authme-5.0.1-windows-x64.zip'
Uninstall-ChocolateyZipPackage 'authme.portable' 'authme-5.1.0-windows-x64.zip'

# Uninstall-ChocolateyZipPackage only removes child directories unpacked from
# the archive so remove the main and parent directories if empty
Expand Down
2 changes: 1 addition & 1 deletion automatic/authme/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/Levminer/authme)](https://github.com/Levminer/authme/blob/main/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-v5.0.1-blue)](https://github.com/Levminer/authme/releases/tag/5.0.1)
[![Software version](https://img.shields.io/badge/source-v5.1.0-blue)](https://github.com/Levminer/authme/releases/tag/5.1.0)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/authme?label=Chocolatey)](https://chocolatey.org/packages/authme)

Authme is a simple two-factor (2FA) authenticator application for the desktop with support for
Expand Down
4 changes: 2 additions & 2 deletions automatic/authme/authme.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>authme</id>
<version>5.0.1</version>
<version>5.1.0</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/authme</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Authme - Simple 2FA Desktop Application</title>
Expand Down Expand Up @@ -55,7 +55,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/Levminer/authme/blob/dev/CHANGELOG.md</releaseNotes>
<dependencies>
<dependency id="authme.install" version="[5.0.1]" />
<dependency id="authme.install" version="[5.1.0]" />
</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-v2023.3.3-blue.svg)](https://www.jetbrains.com/dotcover/download/#section=commandline)
[![Software version](https://img.shields.io/badge/Source-v2023.3.4-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
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>2023.3.3</version>
<version>2023.3.4</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
28 changes: 14 additions & 14 deletions automatic/dotcover-cli/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,29 @@ be verified by:

https://www.jetbrains.com/dotcover/download/other.html

and download the archive JetBrains.dotCover.CommandLineTools.windows-x86.2023.3.3.zip or
JetBrains.dotCover.CommandLineTools.windows-x64.2023.3.3.zip using the relevant links.
and download the archive JetBrains.dotCover.CommandLineTools.windows-x86.2023.3.4.zip or
JetBrains.dotCover.CommandLineTools.windows-x64.2023.3.4.zip using the relevant links.

Alternatively the installer can be downloaded directly from

https://download.jetbrains.com/resharper/dotUltimate.2023.3.3/JetBrains.dotCover.CommandLineTools.windows-x86.2023.3.3.zip
https://download.jetbrains.com/resharper/dotUltimate.2023.3.3/JetBrains.dotCover.CommandLineTools.windows-x64.2023.3.3.zip
https://download.jetbrains.com/resharper/dotUltimate.2023.3.4/JetBrains.dotCover.CommandLineTools.windows-x86.2023.3.4.zip
https://download.jetbrains.com/resharper/dotUltimate.2023.3.4/JetBrains.dotCover.CommandLineTools.windows-x64.2023.3.4.zip

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

File32: JetBrains.dotCover.CommandLineTools.windows-x86.2023.3.3.zip
File32: JetBrains.dotCover.CommandLineTools.windows-x86.2023.3.4.zip
ChecksupType32: sha256
Checksum32: 9AA95FF72EDDAB55F2F6EC9D45144BF73B23FE5C49D8328D44100EBF61484D8A
Checksum32: 85518A8A89E9FA183695309CF05502F3FED7DE972C4BDD7BDF74FF0864EE6C3A

- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 JetBrains.dotCover.CommandLineTools.windows-x64.2023.3.3.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f JetBrains.dotCover.CommandLineTools.windows-x64.2023.3.3.zip
- Download the checksums from https://download.jetbrains.com/resharper/dotUltimate.2023.3.3/JetBrains.dotCover.CommandLineTools.windows-x64.2023.3.3.zip.sha256
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 JetBrains.dotCover.CommandLineTools.windows-x64.2023.3.4.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f JetBrains.dotCover.CommandLineTools.windows-x64.2023.3.4.zip
- Download the checksums from https://download.jetbrains.com/resharper/dotUltimate.2023.3.4/JetBrains.dotCover.CommandLineTools.windows-x64.2023.3.4.zip.sha256

File64: JetBrains.dotCover.CommandLineTools.windows-x64.2023.3.3.zip
File64: JetBrains.dotCover.CommandLineTools.windows-x64.2023.3.4.zip
ChecksupType64: sha256
Checksum64: 408FF2D0CDD6EAB033C38418CEEA469DD591212AD6A68376C6F0546DF982DA67
Checksum64: 4CE0DD65D39DC8F70D8DFE09DEE05BB1E4FAFF95E89778AFC4C735BDA216AC77

Contents of file LICENSE.txt is obtained from https://www.jetbrains.com/legal/agreements/user.html
4 changes: 2 additions & 2 deletions automatic/dotcover-cli/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

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

$archive32 = Join-Path $toolsDir 'JetBrains.dotCover.CommandLineTools.windows-x86.2023.3.3.zip'
$archive64 = Join-Path $toolsDir 'JetBrains.dotCover.CommandLineTools.windows-x64.2023.3.3.zip'
$archive32 = Join-Path $toolsDir 'JetBrains.dotCover.CommandLineTools.windows-x86.2023.3.4.zip'
$archive64 = Join-Path $toolsDir 'JetBrains.dotCover.CommandLineTools.windows-x64.2023.3.4.zip'

if ((Get-ProcessorBits 32) -or $env:ChocolateyForceX86 -eq 'true') {
$archive = $archive32
Expand Down
2 changes: 1 addition & 1 deletion automatic/naps2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/badge/GPLv2-blue.svg)](https://github.com/cyanfish/naps2/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-v7.3.1-blue)](https://github.com/cyanfish/naps2/releases/tag/v7.3.1)
[![Software version](https://img.shields.io/badge/Source-v7.4.0-blue)](https://github.com/cyanfish/naps2/releases/tag/v7.4.0)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/naps2?label=Chocolatey)](https://chocolatey.org/packages/naps2)

NAPS2 is a document scanning application with a focus on simplicity and ease of use. Scan your documents from WIA- and
Expand Down
6 changes: 3 additions & 3 deletions automatic/naps2/naps2.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>naps2</id>
<version>7.3.1</version>
<version>7.4.0</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/naps2</packageSourceUrl>
<owners>dgalbraith</owners>
<title>NAPS2 (Not Another PDF Scanner 2)</title>
Expand Down Expand Up @@ -47,9 +47,9 @@ If you find it is out of date by more than a day or two, please contact the main
]]>
</description>
<releaseNotes>https://github.com/cyanfish/naps2/releases/tag/v7.3.1</releaseNotes>
<releaseNotes>https://github.com/cyanfish/naps2/releases/tag/v7.4.0</releaseNotes>
<dependencies>
<dependency id="naps2.install" version="[7.3.1]" />
<dependency id="naps2.install" version="[7.4.0]" />
</dependencies>
</metadata>
<files>
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@2024.3.2024030801'
Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2024.3.2024031201'
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>2024.3.2024030801</version>
<version>2024.3.2024031201</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
2 changes: 1 addition & 1 deletion automatic/vscode-pylance/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ErrorActionPreference = 'Stop'

Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2024.2.106"
Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2024.3.1"
2 changes: 1 addition & 1 deletion automatic/vscode-pylance/vscode-pylance.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-pylance</id>
<version>2024.2.106</version>
<version>2024.3.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

0 comments on commit 98bd7c4

Please sign in to comment.