Skip to content

Commit

Permalink
AU: 7 updated - authme authme.install authme.portable jruby vscode-ja…
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Feb 21, 2024
1 parent 6af236f commit 7521ffc
Show file tree
Hide file tree
Showing 23 changed files with 52 additions and 52 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.0-blue)](https://github.com/Levminer/authme/releases/tag/5.0.0)
[![Software version](https://img.shields.io/badge/source-v5.0.1-blue)](https://github.com/Levminer/authme/releases/tag/5.0.1)
[![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.0</version>
<version>5.0.1</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.0
https://github.com/Levminer/authme/releases/tag/5.0.1

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

2. The archive can be validated by comparing checksums
- 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
- 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

File: authme-5.0.0-windows-x64.msi
File: authme-5.0.1-windows-x64.msi
Type: sha256
Checksum: D3019D710A202153E944A1D26040A8E38DBC2456E7177AFF242759E5D1B22B65
Checksum: E3751D9FFF5C9F14DF12D604D83BDA3DF164B7B6815E8BAD6985F563F1E83AC8

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

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

2. The archive can be validated by comparing checksums
- 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
- 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

File: authme-5.0.0-windows-x64.zip
File: authme-5.0.1-windows-x64.zip
Type: sha256
Checksum: 165B1F6524E3FB14FD5323BE4CFE2A2244D625CA97860FCE7935DF4AC141DF71
Checksum: 3B90DC967F5C4E863158E59B5D98486A1E8544BAAEA7B8C445442707DF04C053

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.0-windows-x64.zip'
$archive = Join-Path $toolsDir 'authme-5.0.1-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.0-windows-x64.zip'
Uninstall-ChocolateyZipPackage 'authme.portable' 'authme-5.0.1-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.0-blue)](https://github.com/Levminer/authme/releases/tag/5.0.0)
[![Software version](https://img.shields.io/badge/source-v5.0.1-blue)](https://github.com/Levminer/authme/releases/tag/5.0.1)
[![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.0</version>
<version>5.0.1</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.0]" />
<dependency id="authme.install" version="[5.0.1]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/jruby/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/license-EPL%20v2.0%20%7C%20GPL%20v2%20%7C%20LGPL%20v2.1-blue)](https://github.com/jruby/jruby/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-v9.4.5.0-blue)](https://github.com/jruby/jruby/releases/tag/9.4.5.0)
[![Software version](https://img.shields.io/badge/Source-v9.4.6.0-blue)](https://github.com/jruby/jruby/releases/tag/9.4.6.0)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/jruby?label=Chocolatey)](https://chocolatey.org/packages/jruby)

JRuby is a 100% Java implementation of the Ruby programming language. It is Ruby for the JVM.
Expand Down
4 changes: 2 additions & 2 deletions automatic/jruby/jruby.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>jruby</id>
<version>9.4.5.0</version>
<version>9.4.6.0</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/jruby</packageSourceUrl>
<owners>dgalbraith</owners>
<title>JRuby - The Ruby Programming Language on the JVM</title>
Expand Down Expand Up @@ -57,7 +57,7 @@ To have Chocolatey remember parameters on upgrade, be sure to set `choco feature
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/jruby/jruby/releases/tag/9.4.5.0</releaseNotes>
<releaseNotes>https://github.com/jruby/jruby/releases/tag/9.4.6.0</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down
22 changes: 11 additions & 11 deletions automatic/jruby/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@ be verified by:

https://github.com/jruby/jruby/releases

and download the installer jruby_windows_9_4_5_0.exe or jruby_windows_x64_9_4_5_0.exe using
and download the installer jruby_windows_9_4_6_0.exe or jruby_windows_x64_9_4_6_0.exe using
the links in the relevant assets section of the page.

Alternatively the installers can be downloaded directly from

https://github.com/jruby/jruby/releases/download/9.4.5.0/jruby_windows_9_4_5_0.exe
https://github.com/jruby/jruby/releases/download/9.4.5.0/jruby_windows_x64_9_4_5_0.exe
https://github.com/jruby/jruby/releases/download/9.4.6.0/jruby_windows_9_4_6_0.exe
https://github.com/jruby/jruby/releases/download/9.4.6.0/jruby_windows_x64_9_4_6_0.exe

2. The installer can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 jruby_windows_9_4_5_0.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f jruby_windows_9_4_5_0.exe
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 jruby_windows_9_4_6_0.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f jruby_windows_9_4_6_0.exe

File32: jruby_windows_9_4_5_0.exe
File32: jruby_windows_9_4_6_0.exe
Type32: sha256
Checksum32: F69F9A0388A57D96C7648F543297214A9D360C1F0A9B8A4B6AD7991DCC6E2D62
Checksum32: 8D71F074E773E129626F642F77A29A6C8EEA70AB096803A65BBFCB3A0321AD42

- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 jruby_windows_x64_9_4_5_0.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f jruby_windows_x64_9_4_5_0.exe
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 jruby_windows_x64_9_4_6_0.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f jruby_windows_x64_9_4_6_0.exe

File64: jruby_windows_x64_9_4_5_0.exe
File64: jruby_windows_x64_9_4_6_0.exe
Type64: sha256
Checksum64: 381DA22720BEC729B90AE9A21E6FDBDEBF63272BDEFBE699726A0FBAF08696EC
Checksum64: 4305EDE1B0EB427486CE47570C151EC90DAE59A7DFCDC3E2B553940C1F1A8E6D

Contents of file LICENSE.txt is obtained from https://github.com/jruby/jruby/blob/master/COPYING
4 changes: 2 additions & 2 deletions automatic/jruby/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ $silentArgs = '-q -overwrite -dir {0} {1}' -f $installDir, $pathArgs

$packageArgs = @{
PackageName = $env:ChocolateyPackageName
File = Join-Path $toolsDir 'jruby_windows_9_4_5_0.exe'
File64 = Join-Path $toolsDir 'jruby_windows_x64_9_4_5_0.exe'
File = Join-Path $toolsDir 'jruby_windows_9_4_6_0.exe'
File64 = Join-Path $toolsDir 'jruby_windows_x64_9_4_6_0.exe'
SilentArgs = $silentArgs
ValidExitCodes = @(0)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/jruby/tools/chocolateyUninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$packageArgs = @{
PackageName = $env:ChocolateyPackageName
PackageSearch = 'jruby 9.4.5.0'
PackageSearch = 'jruby 9.4.6.0'
SilentArgs = '-q'
ValidExitCodes = @(0)
}
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.29.2024021608.vsix using the Download Extension link
and download the extension redhat.java-1.29.2024022008.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.29.2024021608/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/1.29.2024022008/vspackage

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

Type: sha256
Checksum: 64F266FF097AFCED663CF97980BB5B3A6859C00E71BA6ADD44853C12522D4DA9
Checksum: 679D532AE669F792A6E4816EA251519D42839387C37770A1499307654B087DE7

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.29.2024021608.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-1.29.2024022008.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.29.2024021608</version>
<version>1.29.2024022008</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-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.2.2024021901'
Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2024.2.2024022001'
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.2.2024021901</version>
<version>2024.2.2024022001</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.101"
Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2024.2.102"
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.101</version>
<version>2024.2.102</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 7521ffc

Please sign in to comment.