Skip to content

Commit

Permalink
AU: 6 updated - chromium notepadplusplus notepadplusplus.commandline …
Browse files Browse the repository at this point in the history
…notepadplusplus.install vscode-insiders vscode-insiders.install

[skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/90ee3878bb3961284484cc321d827c67a70b5f5c
  • Loading branch information
Chocolatey Community committed Sep 27, 2021
1 parent e2ab0b8 commit 508b9da
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "96.0.4655.0-snapshots",
"snapshots": "96.0.4656.0-snapshots",
"stable": "94.0.4606.61"
}
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>96.0.4655.0-snapshots</version>
<version>96.0.4656.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/925085/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/925087/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/925192/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/925193/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: C402A22954BD4359297CF7AC243121D0D1B99E13BD6EF579801C791E3A45563B
checksum64: 78FF083DD7A9C77FA74A7154079640000F596B4361A5BAC058A6C28BFB3B1CED
checksum32: D50971901744DF7A5860B219125357B660B487C23F64EF57D9985A81C407D944
checksum64: A3084E02A08B31DDDC44EE3C1E578E8F8BCEDC02D2A1526AF8E1DDC56092353D

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 = "96.0.4655.0-snapshots"
$version = "96.0.4656.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
8 changes: 4 additions & 4 deletions automatic/notepadplusplus.commandline/legal/VERIFICATION.txt
Expand Up @@ -7,15 +7,15 @@ location on <>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.1.4/npp.8.1.4.portable.7z>
64-Bit software: <https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.1.4/npp.8.1.4.portable.x64.7z>
32-Bit software: <https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.1.5/npp.8.1.5.portable.7z>
64-Bit software: <https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.1.5/npp.8.1.5.portable.x64.7z>
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: 4858ACD7BB8630F7438ECF9756A7D20B5C59A288E52866D7099E690FA6A097CB
checksum64: 51B7C4F5E35AA0CB9701D51EFC99AEDA69B5003DA9B9CD67A536A03C29353E21
checksum32: 4E274F7082343F5B7FE7DD2162D0834AE5E22FAD8A75369878B7616982540483
checksum64: 1ABFDD9ECC224E3AE28CAE545E91463AED31CB5687E8AE5B1AF1D12342674089

The file 'LICENSE.txt' has been obtained from <https://github.com/notepad-plus-plus/notepad-plus-plus/blob/f7ade4739ba8d53e87b5cc50bbed1bb472f5e68c/LICENSE>
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>notepadplusplus.commandline</id>
<title>Notepad++ (Portable, CommandLine)</title>
<version>8.1.4</version>
<version>8.1.5</version>
<authors>Don Ho</authors>
<owners>chocolatey-community</owners>
<summary>Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages.</summary>
Expand Down
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsPath\npp.8.1.4.portable.7z"
file64 = "$toolsPath\npp.8.1.4.portable.x64.7z"
file = "$toolsPath\npp.8.1.5.portable.7z"
file64 = "$toolsPath\npp.8.1.5.portable.x64.7z"
destination = $toolsPath
}

Expand Down
8 changes: 4 additions & 4 deletions automatic/notepadplusplus.install/legal/VERIFICATION.txt
Expand Up @@ -7,15 +7,15 @@ location on <>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.1.4/npp.8.1.4.Installer.exe>
64-Bit software: <https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.1.4/npp.8.1.4.Installer.x64.exe>
32-Bit software: <https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.1.5/npp.8.1.5.Installer.exe>
64-Bit software: <https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.1.5/npp.8.1.5.Installer.x64.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: EADEFD67E95BEF200B2506CAF8B3C82E0EA6C3CF895936614BA442989A08DB4E
checksum64: 27E6E296DBE7C5D5F069604C1F0F97A4D5E09F9C4BBB4E98F328CA0D77179E9B
checksum32: 902FA542EC5A1757D7B538032C4497B6E091BCF7BC83744348D8BDC00C87BD71
checksum64: E00E60F720902DAEA363AD78A8BC03AA709C9DC8C9ED1759C75333896B9C68D5

The file 'LICENSE.txt' has been obtained from <https://github.com/notepad-plus-plus/notepad-plus-plus/blob/f7ade4739ba8d53e87b5cc50bbed1bb472f5e68c/LICENSE>
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>notepadplusplus.install</id>
<title>Notepad++ (Install)</title>
<version>8.1.4</version>
<version>8.1.5</version>
<authors>Don Ho</authors>
<owners>chocolatey-community</owners>
<summary>Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/notepadplusplus.install/tools/chocolateyInstall.ps1
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\npp.8.1.4.Installer.exe"
file64 = "$toolsPath\npp.8.1.4.Installer.x64.exe"
file = "$toolsPath\npp.8.1.5.Installer.exe"
file64 = "$toolsPath\npp.8.1.5.Installer.x64.exe"
softwareName = 'Notepad\+\+*'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions automatic/notepadplusplus/notepadplusplus.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>notepadplusplus</id>
<title>Notepad++</title>
<version>8.1.4</version>
<version>8.1.5</version>
<authors>Don Ho</authors>
<owners>chocolatey-community</owners>
<summary>Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages.</summary>
Expand Down Expand Up @@ -44,7 +44,7 @@ Based on the powerful editing component Scintilla, Notepad++ is written in C++ a
<mailingListUrl>https://notepad-plus-plus.org/community/</mailingListUrl>
<bugTrackerUrl>https://github.com/notepad-plus-plus/notepad-plus-plus/issues</bugTrackerUrl>
<dependencies>
<dependency id="notepadplusplus.install" version="[8.1.4]" />
<dependency id="notepadplusplus.install" version="[8.1.5]" />
</dependencies>
<licenseUrl>https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/LICENSE</licenseUrl>
</metadata>
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/8d30d4d922dda917d22f05a81f2ab4fad7349779/VSCodeSetup-ia32-1.61.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/8d30d4d922dda917d22f05a81f2ab4fad7349779/VSCodeSetup-x64-1.61.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/5991e3c4b97eca5568069bf3e0910ab693ad3549/VSCodeSetup-ia32-1.61.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/5991e3c4b97eca5568069bf3e0910ab693ad3549/VSCodeSetup-x64-1.61.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'f73b04548d530b9bb4e163f5bd982effb60a5a1f0b213782b08904728bcedee634719d41bc22b55d563006db8486b359a63a3fa1fb19facd7b3391e2428336dd'
checksum = 'e35acd38d0cd0511ef3ec08220d2581a9eaa560276970405469abbf263208077f08b7e121090da085874190039e9fad86f1601702cd7a2a329ffb6034b18efae'
checksumType = 'sha512'
checksum64 = '399128c32056e8c04a01d1cc74542644991fd8a5ae52ef2d6dafb2426b80e7e0d5771dbb9eea4a5243bb24073c8c234dda1051b839046f8505bdae14986aa8bf'
checksum64 = '9eeaf334745241c3c075f86db7535b0eea27ab0c0ed4a2f901e7b7c00f2de599931bcee0f3ed68ba699118c936b3a80393a5a69a47ff1d4eb8dfebc48b88bd5a'
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.61.0.20210924</version>
<version>1.61.0.20210927</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders/vscode-insiders.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.61.0.20210924</version>
<version>1.61.0.20210927</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -47,7 +47,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath"
]]></description>
<tags>microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode-insiders.install" version="[1.61.0.20210924]" />
<dependency id="vscode-insiders.install" version="[1.61.0.20210927]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 508b9da

Please sign in to comment.