Skip to content

Commit

Permalink
AU: 4 updated - chromium poi vagrant vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 5, 2020
1 parent 5a466ae commit 2ae6af4
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 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": "84.0.4136.0-snapshots",
"snapshots": "84.0.4137.0-snapshots",
"stable": "81.0.4044.113"
}
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>84.0.4136.0-snapshots</version>
<version>84.0.4137.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/765013/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/765015/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/765242/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/765248/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: E59B0C08CA02129474E2A56EF7F11BD0BCE0C2285CD71EF5A156DB57FA18ABE8
checksum64: 2DCD11BF44108AE91D205538F85D35C8CAFE0A68F78322E2F6EAC46A3A42805E
checksum32: 07590B410F9CAE3CEE76182C3D2735AC805F6BFDB6EF45170509110C128E8184
checksum64: 2DECA9C7E34DB50F214780267EE10EA6FE663799746BBD77BD0B6FB200109B69

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.4136.0-snapshots"
$version = "84.0.4137.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
4 changes: 2 additions & 2 deletions automatic/poi/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from the github release page on <https://github.com/poooi/poi/releases>
and can be verified like this:

1. Go to <https://github.com/poooi/poi/releases/download/v10.5.1/poi-setup-10.5.1.exe>
1. Go to <https://github.com/poooi/poi/releases/download/v10.6.0-beta.0/poi-setup-10.6.0-beta.0.exe>
to download the installer
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
checksum: 7D5B396A6A8E10E33A42B310AC939164FE0A32F8E24C199EFE3770772863AC19
checksum: 636B9BCF8E27EC861BBB81C974B4969C9616A9C68D4D5B7B463B0849BF7C7808

File 'LICENSE.txt' is obtained from <https://github.com/poooi/poi/blob/master/LICENSE>
4 changes: 2 additions & 2 deletions automatic/poi/poi.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>poi</id>
<version>10.5.1</version>
<version>10.6.0-beta0</version>
<owners>chocolatey, drelatgithub</owners>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/poi</packageSourceUrl>

Expand Down Expand Up @@ -39,7 +39,7 @@ More information could be obtained [here](https://github.com/poooi/poi/blob/mast
- Daily equipment improvement list for Akashi's Arsenal
- Multiple panels for other DMM games
]]></description>
<releaseNotes>https://github.com/poooi/poi/releases/tag/v10.5.1</releaseNotes>
<releaseNotes>https://github.com/poooi/poi/releases/tag/v10.6.0-beta.0</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down
2 changes: 1 addition & 1 deletion automatic/poi/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsDir\poi-setup-10.5.1.exe"
file = "$toolsDir\poi-setup-10.6.0-beta.0.exe"

softwareName = 'poi*'

Expand Down
8 changes: 4 additions & 4 deletions automatic/vagrant/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = 'vagrant'
fileType = 'msi'
url = 'https://releases.hashicorp.com/vagrant/2.2.7/vagrant_2.2.7_i686.msi'
url64bit = 'https://releases.hashicorp.com/vagrant/2.2.7/vagrant_2.2.7_x86_64.msi'
checksum = '9dcb49be1fda557818002c12691d3316d5e198fec284480c4e7893b8d322f1dd'
checksum64 = '6425e450ea180c00fbab17bca3e9cbd384072617a7acabff57c89b9ebc57feb5'
url = 'https://releases.hashicorp.com/vagrant/2.2.8/vagrant_2.2.8_i686.msi'
url64bit = 'https://releases.hashicorp.com/vagrant/2.2.8/vagrant_2.2.8_x86_64.msi'
checksum = 'a064ed960065e2e4c7a590e8b5d213c5226b0937009bfa87806e7fc47767f6f7'
checksum64 = '00089e197aca98b202dae02d8c17cff7cc58c049f96deb3ddf6b980c05c795ac'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart"
Expand Down
2 changes: 1 addition & 1 deletion automatic/vagrant/vagrant.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vagrant</id>
<title>Vagrant (Install)</title>
<version>2.2.7</version>
<version>2.2.8</version>
<authors>Mitchell Hashimoto, John Bender, HashiCorp</authors>
<owners>chocolatey, Rob Reynolds, Patrick Wyatt</owners>
<summary>Vagrant - Development environments made easy.</summary>
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.2.0694/gvim_8.2.0694_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0694/gvim_8.2.0694_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0695/gvim_8.2.0695_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0695/gvim_8.2.0695_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: 81BDEB85FAB2BA0DE023FEC484A893AF960B4772241F9AFC928ED38EB2DBB272
checksum64: 3178FECE79DC107825C9571B351EBE4D19533292B1AE03C594F5F189002CD672
checksum32: 59194119BF2E42BEC6EBB7DB4026FD954CF147A0AA6E78DC798589952CF56E1D
checksum64: 7A08B6E14D7009C65F6F437172F1DD586537A4F3C41094B6C88FBCB4EC2E58D7
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.2.0694_x86.zip"
file64 = "$toolsDir\gvim_8.2.0694_x64.zip"
file = "$toolsDir\gvim_8.2.0695_x86.zip"
file64 = "$toolsDir\gvim_8.2.0695_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.2.0694</version>
<version>8.2.0695</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 2ae6af4

Please sign in to comment.