Skip to content

Commit

Permalink
AU: 3 updated - absolute-uninstaller brave chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 27, 2021
1 parent f5b560f commit a39b2cb
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion automatic/absolute-uninstaller/absolute-uninstaller.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>absolute-uninstaller</id>
<title>Absolute Uninstaller</title>
<version>5.3.1.31</version>
<version>5.3.1.33</version>
<authors>GlarySoft</authors>
<owners>chocolatey-community,Redsandro</owners>
<summary>Absolute Uninstaller is a complete program uninstaller that helps you remove programs.</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/absolute-uninstaller/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
url = 'https://download.glarysoft.com/ausetup.exe'
fileType = 'exe'
softwareName = 'Absolute Uninstaller*'
checksum = 'a5c0bd704665c84dc3e0db3be207dce3d215c5dac4b66509d5854182494284d8'
checksum = 'ad26429f21f70ac4edba908bd0bca0f5b63e6d092c40501da695a78edf80ee23'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions automatic/brave/brave.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "1.27.108",
"beta": "1.28.88-beta"
"stable": "1.27.109",
"beta": "1.28.92-beta"
}
2 changes: 1 addition & 1 deletion automatic/brave/brave.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>brave</id>
<version>1.27.108</version>
<version>1.27.109</version>
<title>Brave Browser</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
Original file line number Diff line number Diff line change
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.27.108/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.27.108/BraveBrowserStandaloneSilentSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.27.109/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.27.109/BraveBrowserStandaloneSilentSetup.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: 737B18D24278EA581763171F3FBE31C8CD4457C915AC440E37BD4536D7E7D329
checksum64: 8F19F7113055EB8BBBC7A8E904A2E89B96144A7315069FEC8CA6964E184FD505
checksum32: 95E50FD8358C3C0008E16B7FF01E276B3997557FF6F335BC2BAC50F7CE58484F
checksum64: 729B1911CFAA9A1778ECF16BFA2BAA6318B2F5BD0FA5A5EF9B7F69F492D936B6

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
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $packageArgs = @{
file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe"
}

[version]$softwareVersion = '1.27.108'
[version]$softwareVersion = '1.27.109'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
Expand Down
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "94.0.4588.0-snapshots",
"snapshots": "94.0.4589.0-snapshots",
"stable": "92.0.4515.107"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>94.0.4588.0-snapshots</version>
<version>94.0.4589.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
Original file line number Diff line number Diff line change
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/905153/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/905157/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/905648/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/905653/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: 93C2087287443A700755C68A0D57241E40351FB0F875B44B0BFB81CA4173CFD5
checksum64: 60CFBCB4C4B6992B3D787324F8CECB33E3DA6935A50A0E2A47BE68C8B44E01FE
checksum32: D00F3D2D883A9EB65B717AC061B91C21C65A694CAD8DC731D88023183E8BD2AB
checksum64: 4849DEC2C0226D99DB7EB6D096BD24B5F3699B6C200CDC8921D56CDA40643CC1

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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "94.0.4588.0-snapshots"
$version = "94.0.4589.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down

0 comments on commit a39b2cb

Please sign in to comment.