Skip to content

Commit

Permalink
AU: 3 updated - brave chromium keeweb
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 20, 2020
1 parent 2819aab commit 8012722
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion automatic/brave/brave.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "1.7.95",
"stable": "1.7.98",
"beta": "1.8.75-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.7.95</version>
<version>1.7.98</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.7.95/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.7.95/BraveBrowserStandaloneSilentSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.7.98/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.7.98/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: DD8D85D51D86697789C6070A01E00FE83C0D7A7998EBB2701875390DFE90E34F
checksum64: 757599EB0C6E0552AB3B1DBA0530E87BE127119E3453F6D9BD82E4383344A93C
checksum32: A6BE788FC9E807C671533DAFFB2AF29215A7810801E232530CCCA2884D8CC465
checksum64: E3D27BC07C6E346771170CD28793747F5BD922FB00903188F84C8DAEB120FE78

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.7.95'
[version]$softwareVersion = '1.7.98'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
Expand Down
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "84.0.4118.0-snapshots",
"stable": "80.0.3987.162"
"snapshots": "84.0.4121.0-snapshots",
"stable": "81.0.4044.113"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>84.0.4118.0-snapshots</version>
<title>Chromium Snapshots</title>
<version>81.0.4044.113</version>
<title>Chromium</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
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/760208/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/760207/mini_installer.exe>
32-Bit software: <https://github.com/Hibbiki/chromium-win32/releases/download/v81.0.4044.113-r737173/mini_installer.sync.exe>
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v81.0.4044.113-r737173/mini_installer.sync.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: ADA23FCABFE29C49F0A99579B80AD025D1940B6D64C932B3E6484BA698724B3D
checksum64: 5B5D9B7F5C27F803CB43C2B3D120A1911B99B62DFA4D24A5AB85F335C9A3086B
checksum32: 8CF550961BD1E06907A3227157F8A21E1818883F7908580C1E9C9EFF7089D291
checksum64: 82AC65CF0B4E41A69EA8037751329E02352208EDB8AA34720BC9F219646BA246

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 = "84.0.4118.0-snapshots"
$version = "81.0.4044.113"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
2 changes: 1 addition & 1 deletion automatic/keeweb/keeweb.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<metadata>
<id>keeweb</id>
<title>KeeWeb</title>
<version>1.13.4</version>
<version>1.14.0</version>
<authors>antelle</authors>
<owners>wget</owners>
<summary>Free cross-platform password manager compatible with KeePass</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/keeweb/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer have been downloaded from the Github release page <https://github.
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.13.4/KeeWeb-1.13.4.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.13.4/KeeWeb-1.13.4.win.x64.exe>
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.14.0/KeeWeb-1.14.0.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.14.0/KeeWeb-1.14.0.win.x64.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: sha256
checksum32: D8524ECED9A320E49CBDAE4332406F12EEB3CAE25DBA3E66EA7F8387B24A1B1A
checksum64: 54CC448228312090CF6AEEB96CD0C2A4B76FA9EF40382365CF1E4E21D8E22547
checksum32: 41D38118ED19AA5BB47A8076039F831942722D57E2A857152E5115AEFF07BDA7
checksum64: A7F07636C329F4ED81597923B0FD0E7482F91AB9979C9A8C0720D260A05345CB

File 'LICENSE.txt' is obtained from <https://github.com/keeweb/keeweb/blob/01b57cf33fca8342d619120bf88ce7c680413ddc/LICENSE>
4 changes: 2 additions & 2 deletions automatic/keeweb/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = 'keeweb'
fileType = 'exe'
file = "$toolsPath\KeeWeb-1.13.4.win.ia32.exe"
file64 = "$toolsPath\KeeWeb-1.13.4.win.x64.exe"
file = "$toolsPath\KeeWeb-1.14.0.win.ia32.exe"
file64 = "$toolsPath\KeeWeb-1.14.0.win.x64.exe"
softwareName = 'keeweb*'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 8012722

Please sign in to comment.