Skip to content

Commit

Permalink
AU: 8 updated - brave chromium git git.install git.portable vscode-in…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 24, 2021
1 parent d4d7d76 commit 168a642
Show file tree
Hide file tree
Showing 20 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion automatic/brave/brave.json
@@ -1,4 +1,4 @@
{
"stable": "1.28.106",
"beta": "1.29.64-beta"
"beta": "1.29.68-beta"
}
2 changes: 1 addition & 1 deletion automatic/brave/brave.nuspec
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>brave</id>
<version>1.29.64-beta</version>
<version>1.29.68-beta</version>
<title>Brave Browser (Beta)</title>
<description><![CDATA[Brave is a free and open-source web browser developed by Brave Software Inc. based on the Chromium web browser. Brave supports Windows, macOS, Linux and Android.
Expand Down
8 changes: 4 additions & 4 deletions automatic/brave/legal/VERIFICATION.txt
Expand Up @@ -6,16 +6,16 @@ The installer have been downloaded from the GitHub mirror and can be verified li

1. Download the following installer(s):

x86: https://github.com/brave/brave-browser/releases/download/v1.29.64/BraveBrowserStandaloneSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.29.64/BraveBrowserStandaloneSilentBetaSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.29.68/BraveBrowserStandaloneSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.29.68/BraveBrowserStandaloneSilentBetaSetup.exe

2. You can use one of the following methods to obtain the checksum(s):
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 5087E5881061A57B677315E986CD49C42F4FB4E563E0F2BF58494FC87D0C2081
checksum64: 81FED9BC24687DCDAEA8C00CEFB36752459AF231501784BA2EC9455DA8DB7ECD
checksum32: 4AFEB0CF08FC9F90FD8C71BE837D6C4CB2B98760DB449983ACA07068716FD28C
checksum64: 7EFA7F2B6940D404289F65B5E8FC23C9432D63889818F232B332D96ABBE98B44

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
2 changes: 1 addition & 1 deletion automatic/brave/tools/chocolateyInstall.ps1
Expand Up @@ -7,7 +7,7 @@ $packageArgs = @{
file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe"
}

[version]$softwareVersion = '1.29.64'
[version]$softwareVersion = '1.29.68'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
Expand Down
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "95.0.4620.0-snapshots",
"snapshots": "95.0.4621.0-snapshots",
"stable": "92.0.4515.159"
}
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>95.0.4620.0-snapshots</version>
<version>95.0.4621.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/914177/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/914178/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/914662/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/914658/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: C7B3ED5DD0279EEC7ED92062DA89428EA61C1F13A092C50B4CA81CBD626EE0E4
checksum64: 02827B950DB12E55EEE00F2346304CCEA47CD4CA9D3854D8F0CAAF128746F641
checksum32: F0748D307B644CA7745D6AC87AE497BB63A094A45672682D86A945DCE880E005
checksum64: 632FC21086509E5454815E6419B95DC97442052C96D6CF5FEA6FB905218BE36C

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 = "95.0.4620.0-snapshots"
$version = "95.0.4621.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/git.install/git.install.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>git.install</id>
<title>Git (Install)</title>
<version>2.33.0</version>
<version>2.33.0.2</version>
<authors>The Git Development Community</authors>
<owners>chocolatey-community</owners>
<summary>Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/git.install/legal/VERIFICATION.txt
Expand Up @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/git-for-windows/git/releases/download/v2.33.0.windows.1/Git-2.33.0-32-bit.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.33.0.windows.1/Git-2.33.0-64-bit.exe>
32-Bit: <https://github.com/git-for-windows/git/releases/download/v2.33.0.windows.2/Git-2.33.0.2-32-bit.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.33.0.windows.2/Git-2.33.0.2-64-bit.exe>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type:
checksum32: 715CFC104C249FEA591AB1FB6BA56F970405CDFCEBF11798EB02175A3178D879
checksum64: 4E6E0EFBB7D35653907175F2735386F55B72D37D442B3A1BE9656C26F69C693D
checksum32: 764C153A9E16DD7121A78AE36DEB33FB07975D2FE9030C620E99050A97F6DCD8
checksum64: A5704733C219E9A0C96BFEB0FEBEF62BC2518BDD4E358BC9519DBC5E63A3B5FE

File 'LICENSE.txt' is obtained from <https://github.com/git-for-windows/git/blob/703601d6780c32d33dadf19b2b367f2f79e1e34c/COPYING>
4 changes: 2 additions & 2 deletions automatic/git.install/tools/chocolateyInstall.ps1
Expand Up @@ -8,8 +8,8 @@ Set-InstallerRegistrySettings $pp

Stop-GitSSHAgent

$fileName32 = 'Git-2.33.0-32-bit.exe'
$fileName64 = 'Git-2.33.0-64-bit.exe'
$fileName32 = 'Git-2.33.0.2-32-bit.exe'
$fileName64 = 'Git-2.33.0.2-64-bit.exe'
$packageArgs = @{
PackageName = 'git.install'
FileType = 'exe'
Expand Down
2 changes: 1 addition & 1 deletion automatic/git.portable/git.portable.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>git.portable</id>
<title>Git (Portable)</title>
<version>2.33.0</version>
<version>2.33.0.2</version>
<authors>The Git Development Community</authors>
<owners>chocolatey-community</owners>
<summary>Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/git.portable/legal/VERIFICATION.txt
Expand Up @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/git-for-windows/git/releases/download/v2.33.0.windows.1/PortableGit-2.33.0-32-bit.7z.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.33.0.windows.1/PortableGit-2.33.0-64-bit.7z.exe>
32-Bit: <https://github.com/git-for-windows/git/releases/download/v2.33.0.windows.2/PortableGit-2.33.0.2-32-bit.7z.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.33.0.windows.2/PortableGit-2.33.0.2-64-bit.7z.exe>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type:
checksum32: C3B6F1A8F8C1B5BE2175B7190D35926DCE07A58294780291326A437EF0694676
checksum64: 12C10FAD2C2DB17D9867DBBACFF1ADC8BE50868B793A73D451C2B878914BB32D
checksum32: CA65539FADDD27A7036A4B9DCDA3B1ECD4026F59258533D919C5CBE34727D583
checksum64: BC030848E282D49E562AE2392A72501CF539322AD06FFE4CEA8CF766F148DFE8

File 'LICENSE.txt' is obtained from <https://github.com/git-for-windows/git/blob/703601d6780c32d33dadf19b2b367f2f79e1e34c/COPYING>
4 changes: 2 additions & 2 deletions automatic/git/git.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>git</id>
<title>Git</title>
<version>2.33.0</version>
<version>2.33.0.2</version>
<authors>The Git Development Community</authors>
<owners>chocolatey-community</owners>
<summary>Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows</summary>
Expand Down Expand Up @@ -48,7 +48,7 @@ Example: `choco install git.install --params "/GitAndUnixToolsOnPath /NoGitLfs /
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@10a8d98b2f320b565fa5349a4352e79666db71ff/icons/git.svg</iconUrl>
<dependencies>
<dependency id="git.install" version="[2.33.0]" />
<dependency id="git.install" version="[2.33.0.2]" />
</dependencies>
</metadata>
<files>
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/44568e5947efa4811419e529e80fb14b7554cf61/VSCodeSetup-ia32-1.60.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/44568e5947efa4811419e529e80fb14b7554cf61/VSCodeSetup-x64-1.60.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/f4db5eac35995ab23cb563a55a35425de80ff9ce/VSCodeSetup-ia32-1.60.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/f4db5eac35995ab23cb563a55a35425de80ff9ce/VSCodeSetup-x64-1.60.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '0513e62e50710282eb9037664336c6f2f76aeae97fa4b15fa2a73d1f3ee3b22570f1740038e296cbfc04808b165d35e818d9e8da35b89bd50c7428dbbe32d230'
checksum = '6bcde9c5d8476cf5475377c61dd55af1367ded734cc841d8c0fc352c36431d786c9b87a61b200c6711d3fb4b86b885f7cc9b1847b5935217acf716d2836f78e2'
checksumType = 'sha512'
checksum64 = 'b36d68356d4778a731d43284dadd517f466c3923d52047aa3d3a5baf6041dd265a8b84b266c086869b30dd16c768606c1bddbacca1b86201e5bbbebc4e5213ae'
checksum64 = '8a08e988e50263db22b4eddf62e9dd10a16fe7b6ccf47b0d417fc8e4a5c5cb0d8cf4436a9c62439d45b411f1712dc789268ec22d90c0638a66cdf7ce6d8829ea'
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.60.0.20210823</version>
<version>1.60.0.20210824</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.60.0.20210823</version>
<version>1.60.0.20210824</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.60.0.20210823]" />
<dependency id="vscode-insiders.install" version="[1.60.0.20210824]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down
6 changes: 3 additions & 3 deletions automatic/wps-office-free/tools/chocolateyInstall.ps1
@@ -1,18 +1,18 @@
$ErrorActionPreference = 'Stop'

$version = '11.2.0.10258'
$version = '11.2.0.10265'
$packageName = 'wps-office-free'
$regName = $packageName -replace('\-',' ')
$regName = $regName -replace('free','*')
$registry = Get-UninstallRegistryKey -SoftwareName $regName
$packageArgs = @{
packageName = 'wps-office-free'
fileType = 'exe'
url = 'https://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/11.2.0.10258/WPSOffice_11.2.0.10258.exe'
url = 'https://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/11.2.0.10265/WPSOffice_11.2.0.10265.exe'
silentArgs = '/S'
validExitCodes = @(0)
softwareName = $regName
checksum = 'f7d143bf592d4a896fe0ad645befc50fe90bfded5d61d126a5a06ef175f42180'
checksum = '8473ee5f57e1a1663db5d3eaa2a1b88b3bd9053a201e2658bb23dc14edfb37e9'
checksumType = 'sha256'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/wps-office-free/wps-office-free.json
@@ -1,3 +1,3 @@
{
"wps": "11.2.0.10258"
"wps": "11.2.0.10265"
}
2 changes: 1 addition & 1 deletion automatic/wps-office-free/wps-office-free.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>wps-office-free</id>
<version>11.2.0.10258</version>
<version>11.2.0.10265</version>
<title>WPS Office Free</title>
<owners>chocolatey-community</owners>
<authors>Kingsoft Software</authors>
Expand Down

0 comments on commit 168a642

Please sign in to comment.