Skip to content

Commit

Permalink
AU: 4 updated - chromium graphviz nuget.commandline vscode-insiders.i…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 19, 2021
1 parent b03f18a commit 00520d4
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "97.0.4674.0-snapshots",
"snapshots": "97.0.4675.0-snapshots",
"stable": "94.0.4606.81"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>97.0.4674.0-snapshots</version>
<version>97.0.4675.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/932458/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/932456/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/932826/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/932837/mini_installer.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: 99364DFC60683CE6F73E1CCB96B3FEE9496A28BB7F643C9284C35A53988AB45C
checksum64: D5CBA7C70FD883E0DB41BCA96BE955E20B4FBBDBE8720E5A44F814194A6681DA
checksum32: 39DFD222D6662C155CA09459E2598F6672247FAA4FB6D55083CBDDF17C426311
checksum64: 06A6D62F5867DFF155C8908B594F617521A4E57C7BBAEA0B48CEC73672B13BDD

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "97.0.4674.0-snapshots"
$version = "97.0.4675.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
2 changes: 1 addition & 1 deletion automatic/graphviz/README.md
@@ -1,4 +1,4 @@
# [<img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@00f392142cdbdbda147d3cc3ccb1cb593afb996d/icons/graphviz.png" width="48" height="48"/> graphviz](https://chocolatey.org/packages/graphviz)
# [<img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@00f392142cdbdbda147d3cc3ccb1cb593afb996d/icons/graphviz.png" width="48" height="48"/> graphviz](https://chocolatey.org/packages/graphviz)

Graph visualization is a way of representing structural information as diagrams of abstract graphs and networks. It has important applications in networking, bioinformatics, software engineering, database and web design, machine learning, and in visual interfaces for other technical domains.

Expand Down
6 changes: 3 additions & 3 deletions automatic/graphviz/graphviz.nuspec
Expand Up @@ -2,13 +2,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>graphviz</id>
<version>2.49.1</version>
<version>2.49.2</version>
<title>Graphviz</title>
<authors>Arif Bilgin, graphviz committers</authors>
<owners>chocolatey, Jason Denizac, Friedrich von Never</owners>
<licenseUrl>https://www.graphviz.org/license/</licenseUrl>
<projectUrl>https://www.graphviz.org/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@00f392142cdbdbda147d3cc3ccb1cb593afb996d/icons/graphviz.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@00f392142cdbdbda147d3cc3ccb1cb593afb996d/icons/graphviz.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description><![CDATA[Graph visualization is a way of representing structural information as diagrams of abstract graphs and networks. It has important applications in networking, bioinformatics, software engineering, database and web design, machine learning, and in visual interfaces for other technical domains.
Expand All @@ -28,7 +28,7 @@ Graphviz has many useful features for concrete diagrams, such as options for col
<releaseNotes>https://gitlab.com/graphviz/graphviz/-/blob/master/CHANGELOG.md</releaseNotes>
<tags>admin drawing graph foss cli documentation cross-platform visualization</tags>
<projectSourceUrl>https://gitlab.com/graphviz/graphviz</projectSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/graphviz</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/graphviz</packageSourceUrl>
<docsUrl>https://graphviz.org/documentation/</docsUrl>
<mailingListUrl>https://forum.graphviz.org/</mailingListUrl>
<bugTrackerUrl>https://gitlab.com/graphviz/graphviz/-/issues</bugTrackerUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/graphviz/legal/VERIFICATION.txt
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to

x64: https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/2.49.1/stable_windows_10_cmake_Release_x64_graphviz-install-2.49.1-win64.exe
x64: https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/2.49.2/stable_windows_10_cmake_Release_x64_graphviz-install-2.49.2-win64.exe

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum64: 8EB1D86AABA134CCF12BFF7A65509FE60725E75F81D1BFAE104AA450A030C586
checksum64: 5F81B50E8636356A3C6EFC48FC5A2AE3DD9859D9B5FFA64EC0D952E47B44CFB8


File 'license.txt' is a copy of file 'share\license.rtf' obtained from the installation directory
2 changes: 1 addition & 1 deletion automatic/graphviz/tools/chocolateyInstall.ps1
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = 'graphviz'
fileType = 'exe'
file64 = "$toolsPath\graphviz-2.49.1 (64-bit) EXE installer.exe"
file64 = "$toolsPath\graphviz-2.49.2 (64-bit) EXE installer.exe"
silentArgs = '/S'
validExitCodes = @(0)
softwareName = 'Graphviz*'
Expand Down
2 changes: 1 addition & 1 deletion automatic/nuget.commandline/README.md
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@27f780622b37514680f86c7f5e5f7f9bb0a32fe9/icons/nuget.commandline.png" width="48" height="48"/> [nuget.commandline](https://chocolatey.org/packages/nuget.commandline)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@27f780622b37514680f86c7f5e5f7f9bb0a32fe9/icons/nuget.commandline.png" width="48" height="48"/> [nuget.commandline](https://chocolatey.org/packages/nuget.commandline)

NuGet is the package manager for the Microsoft development platforms including .NET. NuGet gives you access to thousands of packages from other developers on [nuget.org](http://nuget.org), and the NuGet tools let you create, share, and host packages of your own.

Expand Down
4 changes: 2 additions & 2 deletions automatic/nuget.commandline/legal/VERIFICATION.txt
Expand Up @@ -6,7 +6,7 @@ The embedded software have been downloaded from the software authors
website located at <https://www.nuget.org/downloads>
and can be verified by doing the following:

1. Download the following <https://dist.nuget.org/win-x86-commandline/v6.0.0-preview4/nuget.exe>
1. Download the following <https://dist.nuget.org/win-x86-commandline/v6.0.0-preview5/nuget.exe>
2. Extract the downloaded nupkg file by using one of the following methods
- Use the 7z utility: '7z.exe'
- Using the powershell function 'Expand-Archive'
Expand All @@ -16,6 +16,6 @@ and can be verified by doing the following:
4. The checksums should match the following:

checksum type: sha256
checksum: D349000165654739902936512274EB3CCFD5D892C50B345DF39808D35BC3495E
checksum: FADD861AA4F9EE16365C6D8E5FF3F67FB3B11BE787D8F7A30F4D5A0FFF854EBF

The file 'LICENSE.txt' has been obtained from <https://github.com/NuGet/NuGet.Client/blob/bf52f1045992f21eee205dc9a8356a4ce1072b91/LICENSE.txt>
2 changes: 1 addition & 1 deletion automatic/nuget.commandline/nuget.commandline.json
@@ -1,5 +1,5 @@
{
"stable": "6.0.0-preview4",
"stable": "6.0.0-preview5",
"pre": "5.1.0-preview3",
"3.2": "3.2.0",
"3.4": "3.4.4",
Expand Down
6 changes: 3 additions & 3 deletions automatic/nuget.commandline/nuget.commandline.nuspec
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>nuget.commandline</id>
<title>Nuget.CommandLine</title>
<version>6.0.0-preview4</version>
<version>6.0.0-preview5</version>
<authors>Microsoft</authors>
<owners>chocolatey-community, nuget-mirror</owners>
<summary>NuGet is the package manager for the Microsoft development platforms</summary>
Expand All @@ -18,12 +18,12 @@ This package contains **preview** and **released** and **recommended** versions.
<projectUrl>https://github.com/NuGet/NuGet.Client</projectUrl>
<tags>nuget dot.net microsoft foss cross-platform</tags>
<copyright>© .NET Foundation. All rights reserved.</copyright>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@27f780622b37514680f86c7f5e5f7f9bb0a32fe9/icons/nuget.commandline.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@27f780622b37514680f86c7f5e5f7f9bb0a32fe9/icons/nuget.commandline.png</iconUrl>
<licenseUrl>https://raw.githubusercontent.com/NuGet/NuGet.Client/dev/LICENSE.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<docsUrl>https://docs.microsoft.com/en-us/nuget</docsUrl>
<projectSourceUrl>https://github.com/NuGet/NuGet.Client</projectSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/nuget.commandline</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/nuget.commandline</packageSourceUrl>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/insider/729d81623815a428160b93e930054a1a2a5403ef/VSCodeSetup-ia32-1.62.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/729d81623815a428160b93e930054a1a2a5403ef/VSCodeSetup-x64-1.62.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/d817eda05fc021eefb82d24e4d95554c043b6ec7/VSCodeSetup-ia32-1.62.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/d817eda05fc021eefb82d24e4d95554c043b6ec7/VSCodeSetup-x64-1.62.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '4d17e3d23a4a9eefd6bc2150ff99ca6b29427fb66a6864d26d6dfb49713028bca85468aee05a4ce8e8df7928245e7a40a47c6c735771add5216055e02a397bf1'
checksum = '7cda36fc44cefb22ae984b2598eb76a6c13f918e953731d20e12fcb6b3bd210e1bf2ba5ec1c5b1d77ad90953ce87affb2199414502afd9a8028826acf74e1113'
checksumType = 'sha512'
checksum64 = '8e8523afbfd2f82463a10ef076f01edb4ca48d2a00be10d08764757a1ebd732165d4a2e0e9ad99e20defc80bd21883719c2c846fb8cddc307f2e741a64d60c2c'
checksum64 = 'e341d917c3453a89d3ba7fb7d0f878a77ae21302272a2cd7bd4e540990c49a55603876d21b5d7b4d65542e80a60bc263af922fdd1922b874f19cacfcd15f5455'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.62.0.20211018</version>
<version>1.62.0.20211019</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down

0 comments on commit 00520d4

Please sign in to comment.