Skip to content

Commit 3bb4177

Browse files
author
Chocolatey-AU
committed
AU: 7 updated - brave chromium Firefox thunderbird vscode-insiders vscode-insiders.install Waterfox
[skip ci] https://gist.github.com/choco-bot/4bdeeb99f084db66ab47d2afebe95c8e/ca85d7349a7b96845aca0009cc727f46fd43b06d
1 parent ee88881 commit 3bb4177

23 files changed

Lines changed: 376 additions & 376 deletions

automatic/brave/brave.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"stable": "1.88.134",
2+
"stable": "1.88.136",
33
"beta": "1.89.118-beta"
44
}

automatic/brave/brave.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>brave</id>
5-
<version>1.88.134</version>
5+
<version>1.88.136</version>
66
<title>Brave Browser</title>
77
<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.
88

automatic/brave/legal/VERIFICATION.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ The installer has been downloaded from the GitHub mirror and can be verified lik
66

77
1. Download the following installer(s):
88

9-
x86_64: https://github.com/brave/brave-browser/releases/download/v1.88.134/BraveBrowserStandaloneSilentSetup.exe
9+
x86_64: https://github.com/brave/brave-browser/releases/download/v1.88.136/BraveBrowserStandaloneSilentSetup.exe
1010

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

1515
checksum type: sha256
16-
checksum64: CFC5AACC652D85138D51572A7914253B17CEA055DA26AB51B844255CD38F2D68
16+
checksum64: F5CFD7C262605EBD0D3C5880D44FDD5102312B35DD2AC19D1304BD0A39FC45B0
1717

1818
The included 'LICENSE.txt' file have been obtained from:
1919
https://github.com/brave/brave-browser/blob/master/LICENSE

automatic/brave/tools/chocolateyInstall.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
$packageArgs = @{
55
packageName = $env:ChocolateyPackageName
6-
url = 'https://github.com/brave/brave-browser/releases/download/v1.88.134/BraveBrowserStandaloneSilentSetup32.exe'
7-
checksum = '0CE55F794CC64C707C09DF11B7C8A1555A2D32D1CF10410FA6D4F830F67820C0'
6+
url = 'https://github.com/brave/brave-browser/releases/download/v1.88.136/BraveBrowserStandaloneSilentSetup32.exe'
7+
checksum = '21BA43A28CAF55642010E2DB45524D414074706D467800209B15C1FFC186C732'
88
checksumType= 'sha256'
99
file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe"
1010
}
1111

12-
[version]$softwareVersion = '1.88.134'
12+
[version]$softwareVersion = '1.88.136'
1313

1414
Write-Host "Checking already installed version..."
1515
$installedVersion = Get-InstalledVersion

automatic/chromium/chromium.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"snapshots": "148.0.7752.0-snapshots",
2+
"snapshots": "148.0.7753.0-snapshots",
33
"stable": "146.0.7680.154"
44
}

automatic/chromium/chromium.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<metadata>
55
<id>chromium</id>
6-
<version>148.0.7752.0-snapshots</version>
6+
<version>148.0.7753.0-snapshots</version>
77
<title>Chromium Snapshots</title>
88
<owners>chocolatey-community</owners>
99
<authors>The Chromium Authors</authors>

automatic/chromium/legal/VERIFICATION.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
77
and can be verified by doing the following:
88

99
1. Download the following:
10-
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1603888/mini_installer.exe>
10+
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1604102/mini_installer.exe>
1111
2. Get the checksum using one of the following methods:
1212
- Using powershell function 'Get-FileHash'
1313
- Use chocolatey utility 'checksum.exe'
1414
3. The checksums should match the following:
1515

1616
checksum type: sha256
17-
checksum64: 64C8D3B941BBB96DDA6D6519EF80BCF1A7AF527453351DCCBA161B499E8361DF
17+
checksum64: 4FA88BB9249890909D12E855C7977B17CB8390420D8CE8E7C962A488762A2D65
1818

1919
The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>

automatic/chromium/tools/chocolateyInstall.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
$toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition
33
. (Join-Path $toolsDir 'helper.ps1')
44

5-
$version = '148.0.7752.0-snapshots'
5+
$version = '148.0.7753.0-snapshots'
66
$hive = "hkcu"
77
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
88
$Chromium = $hive + ":" + $chromium_string
@@ -15,8 +15,8 @@ if (Test-Path $Chromium) {
1515

1616
$packageArgs = @{
1717
packageName = 'chromium'
18-
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1603868/mini_installer.exe'
19-
checksum = 'D720DD27B863E9CE76FA79E011C7AB30443E19952380A24087110E36C056CEC0'
18+
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1604110/mini_installer.exe'
19+
checksum = 'D8D3D43637ECDF12FD5D7B195EE9E414F137D7F4CACB0D0D18658EFC335CF556'
2020
checksumType = 'sha256'
2121
file64 = "$toolsdir\chromium_x64.exe"
2222
fileType = 'exe'

automatic/firefox/firefox.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"latest": "148.0.2",
3-
"esr": "140.8.0"
2+
"latest": "149.0",
3+
"esr": "140.9.0"
44
}

automatic/firefox/firefox.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
33
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<metadata>
5-
<version>148.0.2</version>
5+
<version>149.0</version>
66
<authors>Mozilla</authors>
77
<projectUrl>https://www.mozilla.org/en-US/firefox/new/</projectUrl>
88
<projectSourceUrl>https://hg.mozilla.org/mozilla-central/</projectSourceUrl>
@@ -63,7 +63,7 @@ Command-line options for installer configuration. See the [official page](https:
6363
]]></description>
6464
<summary>Bringing together all kinds of awesomeness to make browsing better for you</summary>
6565
<tags>browser mozilla firefox admin foss cross-platform</tags>
66-
<releaseNotes>https://www.mozilla.org/en-US/firefox/148.0.2/releasenotes/</releaseNotes>
66+
<releaseNotes>https://www.mozilla.org/en-US/firefox/149.0/releasenotes/</releaseNotes>
6767
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/firefox</packageSourceUrl>
6868
<dependencies>
6969
<dependency id="chocolatey-core.extension" version="1.3.3" />

0 commit comments

Comments
 (0)