Skip to content

Commit

Permalink
AU: 2 updated - fend vscode-oracle-devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Jan 9, 2024
1 parent 510433c commit b5cb743
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
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.0-blue)](https://github.com/printfn/fend/releases/tag/v1.4.0)
[![Software version](https://img.shields.io/badge/Source-v1.4.1-blue)](https://github.com/printfn/fend/releases/tag/v1.4.1)
[![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
8 changes: 4 additions & 4 deletions automatic/fend/fend.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>fend</id>
<version>1.4.0</version>
<version>1.4.1</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/fend</packageSourceUrl>
<owners>dgalbraith</owners>
<title>fend - Arbitary-Precision Unit-Aware Calculator</title>
<authors>printfn</authors>
<projectUrl>https://github.com/printfn/fend</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/dgalbraith/chocolatey-packages@49a00ae931effc89c2d837be01e09bf86ca2ea1a/icons/fend.png</iconUrl>
<copyright>Copyright printfn 2020-2023</copyright>
<copyright>Copyright printfn 2020-2024</copyright>
<licenseUrl>https://github.com/printfn/fend/blob/main/LICENSE.md</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/printfn/fend</projectSourceUrl>
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.0</releaseNotes>
<releaseNotes>https://github.com/printfn/fend/releases/tag/v1.4.1</releaseNotes>
<dependencies>
<dependency id="fend.install" version="[1.4.0]" />
<dependency id="fend.install" version="[1.4.1]" />
</dependencies>
</metadata>
<files>
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode-oracle-devtools/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=Oracle.oracledevtools

and download the extension Oracle.oracledevtools-21.7.1.vsix using the Download Extension link
and download the extension Oracle.oracledevtools-21.8.0.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/Oracle/vsextensions/oracledevtools/21.7.1/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/Oracle/vsextensions/oracledevtools/21.8.0/vspackage

2. The extension can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash Oracle.oracledevtools-21.7.1.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Oracle.oracledevtools-21.7.1.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash Oracle.oracledevtools-21.8.0.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Oracle.oracledevtools-21.8.0.vsix

Type: sha256
Checksum: B0906C04E73DC9A575160BF9A23E1733711704AB35C65E8D987023D9520F51A6
Checksum: 970923ECD9B632A7015140DF068AA70A0EA34F578FEE56B85EA8BFC415E43379

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/Oracle.oracledevtools/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\Oracle.oracledevtools-21.7.1.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\Oracle.oracledevtools-21.8.0.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-oracle-devtools</id>
<version>21.7.1</version>
<version>21.8.0</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-oracle-devtools</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Oracle Developer Tools for VS Code</title>
Expand Down

0 comments on commit b5cb743

Please sign in to comment.