Skip to content

Commit

Permalink
AU: 6 updated - fend fend.install fend.portable vscode-go vscode-java…
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Feb 24, 2024
1 parent e4efa73 commit ae3372b
Show file tree
Hide file tree
Showing 21 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion automatic/fend.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/printfn/fend)](https://github.com/printfn/fend/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-v1.4.2-blue)](https://github.com/printfn/fend/releases/tag/v1.4.2)
[![Software version](https://img.shields.io/badge/Source-v1.4.3-blue)](https://github.com/printfn/fend/releases/tag/v1.4.3)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/fend.install?label=Chocolatey)](https://community.chocolatey.org/packages/fend.install)

[fend](https://printfn.github.io/fend) is an arbitrary-precision unit-aware calculator.
Expand Down
4 changes: 2 additions & 2 deletions automatic/fend.install/fend.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>fend.install</id>
<version>1.4.2</version>
<version>1.4.3</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/fend.install</packageSourceUrl>
<owners>dgalbraith</owners>
<title>fend - Arbitary-Precision Unit-Aware Calculator (Install)</title>
Expand Down Expand Up @@ -54,7 +54,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/printfn/fend/releases/tag/v1.4.2</releaseNotes>
<releaseNotes>https://github.com/printfn/fend/releases/tag/v1.4.3</releaseNotes>
<dependencies />
</metadata>
<files>
Expand Down
14 changes: 7 additions & 7 deletions automatic/fend.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/printfn/fend/releases/tag/v1.4.2
https://github.com/printfn/fend/releases/tag/v1.4.3

and download the installer fend-1.4.2-windows-x64.msi using the links in the asset
and download the installer fend-1.4.3-windows-x64.msi using the links in the asset
section of the page.

Alternatively the build can be downloaded directly from

https://github.com/printfn/fend/releases/download/v1.4.2/fend-1.4.2-windows-x64.msi
https://github.com/printfn/fend/releases/download/v1.4.3/fend-1.4.3-windows-x64.msi

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

File: fend-1.4.2-windows-x64.msi
File: fend-1.4.3-windows-x64.msi
Type: sha256
Checksum: 26DD05FC8F9E0A3A046CFA2B189EFA34BDE9EB96D99F03B59A090B614FBD8205
Checksum: 35C719C0508BE959DADE59192D676629961FB7C7C4D819488F9440B8643E7370

Contents of file LICENSE.txt is obtained from https://github.com/printfn/fend/blob/main/LICENSE.md
2 changes: 1 addition & 1 deletion automatic/fend.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 'fend-1.4.2-windows-x64.msi'
$installer = Join-Path $toolsDir 'fend-1.4.3-windows-x64.msi'
$silentArgs = '/qn /norestart'

$pp = Get-PackageParameters
Expand Down
2 changes: 1 addition & 1 deletion automatic/fend.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/printfn/fend)](https://github.com/printfn/fend/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-v1.4.2-blue)](https://github.com/printfn/fend/releases/tag/v1.4.2)
[![Software version](https://img.shields.io/badge/Source-v1.4.3-blue)](https://github.com/printfn/fend/releases/tag/v1.4.3)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/fend.portable?label=Chocolatey)](https://community.chocolatey.org/packages/fend.portable)

[fend](https://printfn.github.io/fend) is an arbitrary-precision unit-aware calculator.
Expand Down
4 changes: 2 additions & 2 deletions automatic/fend.portable/fend.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>fend.portable</id>
<version>1.4.2</version>
<version>1.4.3</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/fend.portable</packageSourceUrl>
<owners>dgalbraith</owners>
<title>fend - Arbitary-Precision Unit-Aware Calculator (Portable)</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/printfn/fend/releases/tag/v1.4.2</releaseNotes>
<releaseNotes>https://github.com/printfn/fend/releases/tag/v1.4.3</releaseNotes>
<dependencies />
</metadata>
<files>
Expand Down
14 changes: 7 additions & 7 deletions automatic/fend.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/println/fend/releases/tag/v1.4.2
https://github.com/println/fend/releases/tag/v1.4.3

and download the archive fend-1.4.2-windows-x64-exe.zip using the links in the asset
and download the archive fend-1.4.3-windows-x64-exe.zip using the links in the asset
section of the page.

Alternatively the build can be downloaded directly from

https://github.com/printfn/fend/releases/download/v1.4.2/fend-1.4.2-windows-x64-exe.zip
https://github.com/printfn/fend/releases/download/v1.4.3/fend-1.4.3-windows-x64-exe.zip

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

File: fend-1.4.2-windows-x64-exe.zip
File: fend-1.4.3-windows-x64-exe.zip
Type: sha256
Checksum: B255EAFB8C2CBA4598E51AAC32B5E0F5D00E588701683DEB1079DB8EE3580A33
Checksum: F77F82F81B570DD13C9A4892994BD19549CB7831465CBCAD2ED686CFE01E6171

Contents of file LICENSE.txt is obtained from https://github.com/printfn/fend/blob/main/LICENSE.md
2 changes: 1 addition & 1 deletion automatic/fend.portable/tools/chocolateyBeforeModify.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $paths.GetEnumerator() | ForEach-Object {

Uninstall-BinFile -Name 'fend' -Path 'fend.exe'

$zipFileName = "$packageDir/fend-1.4.2-windows-x64-exe.zip"
$zipFileName = "$packageDir/fend-1.4.3-windows-x64-exe.zip"

$packageArgs = @{
PackageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/fend.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 'fend-1.4.2-windows-x64-exe.zip'
$archive = Join-Path $toolsDir 'fend-1.4.3-windows-x64-exe.zip'

$unzipArgs = @{
PackageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/fend/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/printfn/fend)](https://github.com/printfn/fend/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-v1.4.2-blue)](https://github.com/printfn/fend/releases/tag/v1.4.2)
[![Software version](https://img.shields.io/badge/Source-v1.4.3-blue)](https://github.com/printfn/fend/releases/tag/v1.4.3)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/fend?label=Chocolatey)](https://community.chocolatey.org/packages/fend)

[fend](https://printfn.github.io/fend) is an arbitrary-precision unit-aware calculator.
Expand Down
6 changes: 3 additions & 3 deletions automatic/fend/fend.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>fend</id>
<version>1.4.2</version>
<version>1.4.3</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/fend</packageSourceUrl>
<owners>dgalbraith</owners>
<title>fend - Arbitary-Precision Unit-Aware Calculator</title>
Expand Down Expand Up @@ -54,9 +54,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/printfn/fend/releases/tag/v1.4.2</releaseNotes>
<releaseNotes>https://github.com/printfn/fend/releases/tag/v1.4.3</releaseNotes>
<dependencies>
<dependency id="fend.install" version="[1.4.2]" />
<dependency id="fend.install" version="[1.4.3]" />
</dependencies>
</metadata>
<files>
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode-go/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=golang.Go

and download the extension golang.Go-0.41.0.vsix using the Download Extension link
and download the extension golang.Go-0.41.1.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/golang/vsextensions/Go/0.41.0/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/golang/vsextensions/Go/0.41.1/vspackage

2. The extension can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash golang.Go-0.41.0.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f golang.Go-0.41.0.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash golang.Go-0.41.1.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f golang.Go-0.41.1.vsix

Type: sha256
Checksum: 938AD6D9BAF19EB2A1AFE34412B3647D110737E6A0602F2C845A1A3188072E2C
Checksum: B52B7422A46E1379C980C62F758533E500EDCCEB0A290AB25B6283D451219044

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/golang.Go/license
2 changes: 1 addition & 1 deletion automatic/vscode-go/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\golang.Go-0.41.0.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\golang.Go-0.41.1.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-go/vscode-go.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-go</id>
<version>0.41.0</version>
<version>0.41.1</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-go</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Go VSCode Extension</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-java-dependency/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A lightweight extension to provide additional Java project explorer features. It

## Notes

* This package requires Visual Studio Code 1.77.0 or newer.
* This package requires Visual Studio Code 1.83.1 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
10 changes: 5 additions & 5 deletions automatic/vscode-java-dependency/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ and can be verified by:

https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-dependency

and download the extension vscjava.vscode-java-dependency-0.23.2024010506.vsix using the Download Extension link
and download the extension vscjava.vscode-java-dependency-0.23.2024022305.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/vscjava/vsextensions/vscode-java-dependency/0.23.2024010506/
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vscjava/vsextensions/vscode-java-dependency/0.23.2024022305/
vspackage

2. The package can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-dependency-0.23.2024010506.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-dependency-0.23.2024010506.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-dependency-0.23.2024022305.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-dependency-0.23.2024022305.vsix

Type: sha256
Checksum: 90FE4D4E3D601923518A24FA72004BB2052106604450B4069BB6EA79B447FBFC
Checksum: 99717990841A77273D79738066684E1C3397042181921BBF83BCB913226C55A1

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/vscjava.vscode-java-dependency/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\vscjava.vscode-java-dependency-0.23.2024010506.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-dependency-0.23.2024022305.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-java-dependency</id>
<version>0.23.2024010506</version>
<version>0.23.2024022305</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java-dependency</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Java Dependency Viewer VSCode Extension</title>
Expand All @@ -29,7 +29,7 @@
## Notes
* This package requires Visual Studio Code 1.77.0 or newer.
* This package requires Visual Studio Code 1.83.1 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
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.2024022008.vsix using the Download Extension link
and download the extension redhat.java-1.29.2024022308.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.2024022008/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/1.29.2024022308/vspackage

2. The package can be validated by comparing checksums
- 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
- Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-1.29.2024022308.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-1.29.2024022308.vsix

Type: sha256
Checksum: 679D532AE669F792A6E4816EA251519D42839387C37770A1499307654B087DE7
Checksum: 31062208F339A46F89BA0E1852686A6C2F64954246502804C9CC4FA4A8072A8E

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.2024022008.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-1.29.2024022308.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.2024022008</version>
<version>1.29.2024022308</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

0 comments on commit ae3372b

Please sign in to comment.