Skip to content

Commit

Permalink
AU: 5 updated - brave googlechromebeta keeweb python3 vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 17, 2019
1 parent ae0ff04 commit 85e2478
Show file tree
Hide file tree
Showing 16 changed files with 37 additions and 37 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": "0.70.117",
"beta": "0.71.95-beta"
"beta": "0.71.96-beta"
}
8 changes: 4 additions & 4 deletions automatic/brave/brave.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<package>
<metadata>
<id>brave</id>
<version>0.70.117</version>
<title>Brave Browser</title>
<version>0.71.96-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.
## Features
Expand All @@ -14,10 +14,10 @@
## Notes
* This is an **official release version** of Brave. It is in continuous development with new releases landing approximately every three weeks.
* Beta is an early preview for new versions of Brave. This build showcases the newest advances and it’s ready for daily use. Brave Beta automatically sends crash reports, but you can turn this off if you’d like.
]]></description>
<!-- IconUrl: Skip check -->
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca30653/icons/brave.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca30653/icons/brave-beta.svg</iconUrl>
<summary>A browser that lets you browse safer and faster by blocking ads and trackers.</summary>
<owners>chocolatey, Sanshiro</owners>
<authors>Brave Software Inc.</authors>
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/v0.70.117/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v0.70.117/BraveBrowserStandaloneSilentSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v0.71.96/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v0.71.96/BraveBrowserSilentBetaSetup.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: BE050909952628BDBA1A669DC8008D78F2DD67281CE4E21408EB5130FCC09E7C
checksum64: DB77974AF7681DA0111518EC45087A219798BF1695686DF35E2A7A16D89D62D5
checksum32: BEA5A917852A700E6B42B8E3337AE8FA5F89482DC5C2A302AC4A7EF1F6CB046D
checksum64: 3D30D0B3C12A4F6BA3496AD9A1CF288DA44BECC06F06C847F0E3DB5C11B3565B

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
4 changes: 2 additions & 2 deletions automatic/brave/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsDir\BraveBrowserStandaloneSilentSetup32.exe"
file64 = "$toolsDir\BraveBrowserStandaloneSilentSetup.exe"
file = "$toolsDir\BraveBrowserSilentBetaSetup32.exe"
file64 = "$toolsDir\BraveBrowserSilentBetaSetup.exe"
}

Install-ChocolateyInstallPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>googlechromebeta</id>
<version>78.0.3904.50-beta</version>
<version>78.0.3904.63-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey,nsleigh</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechromebeta/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '78.0.3904.50-beta'
$version = '78.0.3904.63-beta'
if ($version -eq (Get-ChromeBetaVersion)) {
Write-Host "Google Chrome Beta $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi'
checksum = 'f68616d928869e31f5e27f43ab26391ed6c9fb613b974697c306bd8f033b33ce'
checksum64 = '93b93fbd7a27b6de27d378c2e4c27510c09c2266a79da0ab2af6b4beed627cd5'
checksum = '885b052e2ec4ecb8082c036f2d487f0efce0fb361678dd0acaa042a6f6e3a464'
checksum64 = '95474e46193b58a19792b1a51caa73cb4dd0f33dbe97386b4b511ca040872adc'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
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.11.9</version>
<version>1.11.10</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.11.9/KeeWeb-1.11.9.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.11.9/KeeWeb-1.11.9.win.x64.exe>
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.11.10/KeeWeb-1.11.10.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.11.10/KeeWeb-1.11.10.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: 396097922AED6C1EEFF569E1DDF4D2E1A645D716C69E9926368080C561B9B14F
checksum64: 6E296861CA3CA530E3BE8AD580C8CF10C8B06EB3CB3D9A78F41DF0911BC0B568
checksum32: 9D4E797898D59F8DDE3E90BE273137E01683CD14843C11F8C836A50153EA69E8
checksum64: 912B95F9A97BD823C9D65BE62E2D430C70C3B862BB4D706C014816ECEBA8DD3E

File 'LICENSE.txt' is obtained from <https://github.com/keeweb/keeweb/blob/26d6844b65e78217d3b3eb6cfa4ed5e226404320/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.11.9.win.ia32.exe"
file64 = "$toolsPath\KeeWeb-1.11.9.win.x64.exe"
file = "$toolsPath\KeeWeb-1.11.10.win.ia32.exe"
file64 = "$toolsPath\KeeWeb-1.11.10.win.x64.exe"
softwareName = 'keeweb*'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
8 changes: 4 additions & 4 deletions automatic/python3/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Package can be verified like this:

1. Go to

x32: https://www.python.org/ftp/python/3.8.0/python-3.8.0.exe
x64: https://www.python.org/ftp/python/3.8.0/python-3.8.0-amd64.exe
x32: https://www.python.org/ftp/python/3.7.5/python-3.7.5.exe
x64: https://www.python.org/ftp/python/3.7.5/python-3.7.5-amd64.exe

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: B471908DE5E10D8FB5C3351A5AFFB1172DA7790C533E0C9FFBAEEC9C11611B15
checksum64: A9BBC6088A3E4C7112826E21BFEE6277F7B6D93259F7C57176139231BB7071E4
checksum32: 3C2AE8F72B48E6E0C2B482206E322BF5D0344FF91ABC3B3C200CEC9E275C7168
checksum64: F3D60C127E7A92ED547EFA3321BF70CD96B75C53BF4B903147015257C1314981

File 'license.txt' is obtained from:
https://www.python.org/download/releases/3.4.0/license/
2 changes: 1 addition & 1 deletion automatic/python3/python3.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"3.4": "3.4.4.20180111",
"3.5": "3.5.4",
"3.6": "3.6.8-rc1",
"3.7": "3.7.4",
"3.7": "3.7.5",
"3.8": "3.8.0"
}
2 changes: 1 addition & 1 deletion automatic/python3/python3.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>python3</id>
<version>3.8.0</version>
<version>3.7.5</version>
<title>Python 3.x</title>
<owners>chocolatey</owners>
<authors>Python Software Foundation</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/python3/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ if ( $pp.InstallDir ) {
$packageArgs = @{
packageName = 'python3'
fileType = 'exe'
file = "$toolsPath\python-3.8.0.exe"
file64 = "$toolsPath\python-3.8.0-amd64.exe"
file = "$toolsPath\python-3.7.5.exe"
file64 = "$toolsPath\python-3.7.5-amd64.exe"
silentArgs = '/quiet InstallAllUsers=1 PrependPath=1 TargetDir="{0}"' -f $installDir
validExitCodes = @(0)
softwareName = 'Python*'
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2152/gvim_8.1.2152_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2152/gvim_8.1.2152_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2168/gvim_8.1.2168_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2168/gvim_8.1.2168_x64.zip>
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 8DA87BFE56703ED89947CD498E89201846958D73CC34CD21A81ADCAC83BD41D5
checksum64: CAA5C76E57E69728A124E66A3A674E24AFFE8694792D6CBC11ACC943F201D333
checksum32: 2C9298A53CFBAB58BB2D0593B12444AD7CB9803A611054281D727869C3ABE9EC
checksum64: F1077536523EDB45DE16D405C7EF94AF02CBA374652AAF72411ECEBAB8F819EF
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.1.2152_x86.zip"
file64 = "$toolsDir\gvim_8.1.2152_x64.zip"
file = "$toolsDir\gvim_8.1.2168_x86.zip"
file64 = "$toolsDir\gvim_8.1.2168_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.1.2152</version>
<version>8.1.2168</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey, Rob Reynolds, matsuhav</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down

0 comments on commit 85e2478

Please sign in to comment.