Skip to content

Commit

Permalink
AU: 5 updated - authme authme.install authme.portable vscode-java vsc…
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Feb 14, 2024
1 parent 62e6336 commit 6f758f9
Show file tree
Hide file tree
Showing 17 changed files with 35 additions and 35 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-v4.2.1-blue)](https://github.com/Levminer/authme/releases/tag/4.2.1)
[![Software version](https://img.shields.io/badge/source-v5.0.0-blue)](https://github.com/Levminer/authme/releases/tag/5.0.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>4.2.1</version>
<version>5.0.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/4.2.1
https://github.com/Levminer/authme/releases/tag/5.0.0

and download the installer authme-4.2.1-windows-x64.msi using the links in the
and download the installer authme-5.0.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/4.2.1/authme-4.2.1-windows-x64.msi
https://github.com/Levminer/authme/releases/download/5.0.0/authme-5.0.0-windows-x64.msi

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

File: authme-4.2.1-windows-x64.msi
File: authme-5.0.0-windows-x64.msi
Type: sha256
Checksum: 86BE9B80A9D03E7099779A3166E2272D00D33C9DEE75AB30C4B362CCCDC5CC15
Checksum: D3019D710A202153E944A1D26040A8E38DBC2456E7177AFF242759E5D1B22B65

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-4.2.1-windows-x64.msi'
$installer = Join-Path $toolsDir 'authme-5.0.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-v4.2.1-blue)](https://github.com/Levminer/authme/releases/tag/4.2.1)
[![Software version](https://img.shields.io/badge/source-v5.0.0-blue)](https://github.com/Levminer/authme/releases/tag/5.0.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>4.2.1</version>
<version>5.0.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/4.2.1
https://github.com/Levminer/authme/releases/tag/5.0.0

and download the archive authme-4.2.1-windows-x64.zip using the links in the
and download the archive authme-5.0.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/4.2.1/authme-4.2.1-windows-x64.zip
https://github.com/Levminer/authme/releases/download/5.0.0/authme-5.0.0-windows-x64.zip

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

File: authme-4.2.1-windows-x64.zip
File: authme-5.0.0-windows-x64.zip
Type: sha256
Checksum: 746B90112795D6365E37766C6D23CCC7F8763627E5CD4AB3B02E4029F350D227
Checksum: 165B1F6524E3FB14FD5323BE4CFE2A2244D625CA97860FCE7935DF4AC141DF71

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-4.2.1-windows-x64.zip'
$archive = Join-Path $toolsDir 'authme-5.0.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-4.2.1-windows-x64.zip'
Uninstall-ChocolateyZipPackage 'authme.portable' 'authme-5.0.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-v4.2.1-blue)](https://github.com/Levminer/authme/releases/tag/4.2.1)
[![Software version](https://img.shields.io/badge/source-v5.0.0-blue)](https://github.com/Levminer/authme/releases/tag/5.0.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>4.2.1</version>
<version>5.0.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="[4.2.1]" />
<dependency id="authme.install" version="[5.0.0]" />
</dependencies>
</metadata>
<files>
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode-java/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=redhat.java

and download the extension redhat.java-1.28.2024021008.vsix using the Download Extension link
and download the extension redhat.java-1.28.2024021308.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/redhat/vsextensions/java/1.28.2024021008/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/1.28.2024021308/vspackage

2. The package can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-1.28.2024021008.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-1.28.2024021008.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-1.28.2024021308.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-1.28.2024021308.vsix

Type: sha256
Checksum: 62ACAC660C11298B4DE8A3398A37834A4263E4DC8457DD69FEF4CEB695CBD968
Checksum: F17669C04C1CBA351920E9AA0050B78EB71DF38F454CF6496620FACD2BE9EC50

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/redhat.java/license
2 changes: 1 addition & 1 deletion automatic/vscode-java/tools/chocolateyinstall.ps1
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\redhat.java-1.28.2024021008.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-1.28.2024021308.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-java/vscode-java.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-java</id>
<version>1.28.2024021008</version>
<version>1.28.2024021308</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Java Language Support VSCode Extension</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-pylance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ bridgekeeper's questions in the [Holy Grail](https://en.wikipedia.org/wiki/Monty

## Notes

* This package requires Visual Studio Code 1.78.0 or newer.
* This package requires Visual Studio Code 1.82.0 or newer.
You can install either the [vscode](https://chocolatey.org/packages/vscode) or [vscode-insiders](https://chocolatey.org/packages/vscode-insiders) package.
* The extension will be installed in all editions of Visual Studio Code which can be found.
* While this package installs a specific version of the extension, Visual Studio Code by default will update the extension to the latest version on startup if there's a newer version available on the marketplace.
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.1"
Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2024.2.100"
4 changes: 2 additions & 2 deletions 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.1</version>
<version>2024.2.100</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pylance</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Pylance VSCode Extension</title>
Expand Down Expand Up @@ -45,7 +45,7 @@ bridgekeeper's questions in the [Holy Grail](https://en.wikipedia.org/wiki/Monty
## Notes
* This package requires Visual Studio Code 1.78.0 or newer.
* This package requires Visual Studio Code 1.82.0 or newer.
You can install either the [vscode](https://chocolatey.org/packages/vscode) or [vscode-insiders](https://chocolatey.org/packages/vscode-insiders) package.
* The extension will be installed in all editions of Visual Studio Code which can be found.
* While this package installs a specific version of the extension, Visual Studio Code by default will update the extension to the latest version on startup if there's a newer version available on the marketplace.
Expand Down

0 comments on commit 6f758f9

Please sign in to comment.