Skip to content

Commit

Permalink
AU: 4 updated - chromium keeweb tor-browser vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 6, 2019
1 parent 13153c3 commit 05107e6
Show file tree
Hide file tree
Showing 12 changed files with 54 additions and 52 deletions.
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": "80.0.3956.0-snapshots",
"snapshots": "80.0.3961.0-snapshots",
"stable": "75.0.3770.142"
}
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>80.0.3956.0-snapshots</version>
<version>80.0.3961.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey</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/711139/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/711141/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/712775/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/712775/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: C08703AB37AEC7512888FCD6D161FF253ED9F9C9F11FA3C8A26C444B0B13D9AC
checksum64: DFD2682118E2507928A1E694A605C999693B26283EEAEB67DD3F61192C08CA71
checksum32: AA4AB2A1B688C6F34E256D9DCCD1E064D24AD65F7ACC8271E50A5C420EFD797E
checksum64: 583D7859A43C65EF6F3558A58E9C61A76144EA64E17CC4375933A420F505D85D

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 = "80.0.3956.0-snapshots"
$version = "80.0.3961.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/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.12.1</version>
<version>1.12.2</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.12.1/KeeWeb-1.12.1.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.12.1/KeeWeb-1.12.1.win.x64.exe>
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.12.2/KeeWeb-1.12.2.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.12.2/KeeWeb-1.12.2.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: 2B8F4643BE883BA40C3D1BD992B4D815DA3FAF99ABF8A27D610C523A90FF6020
checksum64: 3397EB7FD9CA1193DCD62CEB1934043F9F85252BB548464E78B843450A090036
checksum32: 71A7E5A1E781E854618473E259E2BCDAA42DD84A973B5A9D70A87C51EC910AF4
checksum64: 61505CAE509ECF3C3FC8E70E3E926C4ED619FFDED98D9833952379FF23B8FD2C

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.12.1.win.ia32.exe"
file64 = "$toolsPath\KeeWeb-1.12.1.win.x64.exe"
file = "$toolsPath\KeeWeb-1.12.2.win.ia32.exe"
file64 = "$toolsPath\KeeWeb-1.12.2.win.x64.exe"
softwareName = 'keeweb*'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
62 changes: 32 additions & 30 deletions automatic/tor-browser/tools/LanguageChecksums.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion automatic/tor-browser/tor-browser.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>tor-browser</id>
<version>9.0</version>
<version>9.0.1</version>
<title>Tor Browser Bundle</title>
<owners>chocolatey</owners>
<authors>Tor Project</authors>
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.2256/gvim_8.1.2256_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2256/gvim_8.1.2256_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2260/gvim_8.1.2260_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2260/gvim_8.1.2260_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: F0CFD95BB766745269B3F127B479E637D191F26A72ED8752D333DA8F1C17F233
checksum64: 46A2C0DA8B300BCBB7768279EE392C38A4410198E3A0DE25F2327FC7AAE1A808
checksum32: B54F973E7B9E006B05D421585C41A46626EE624E44F3D85F1F23DECBB6E4B6A0
checksum64: ED849776CE82A8666CBC158C02090D3240BF1810205E86F1D3A8C0AAB0FD7B32
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.2256_x86.zip"
file64 = "$toolsDir\gvim_8.1.2256_x64.zip"
file = "$toolsDir\gvim_8.1.2260_x86.zip"
file64 = "$toolsDir\gvim_8.1.2260_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.2256</version>
<version>8.1.2260</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 05107e6

Please sign in to comment.