Skip to content

Commit

Permalink
AU: 4 updated - chromium googlechromebeta msys2 poi
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 27, 2019
1 parent 8d4daf3 commit 659329b
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 25 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": "76.0.3803.0-snapshots",
"snapshots": "76.0.3806.0-snapshots",
"stable": "74.0.3729.169"
}
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>74.0.3729.169</version>
<title>Chromium</title>
<version>76.0.3806.0-snapshots</version>
<title>Chromium Snapshots</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://github.com/henrypp/chromium/releases/download/v74.0.3729.169-r638880-win32/chromium-sync.exe>
64-Bit software: <https://github.com/henrypp/chromium/releases/download/v74.0.3729.169-r638880-win64/chromium-sync.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/663509/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/663509/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: 50D6448879C688FA9044FA4751A3D57766DDB0835B46A0463B46B5BBFCB7004C
checksum64: 2AC77B2FCCD314E8C62E0F6005F5B7920771266C030506A0C24D17101B7B6D52
checksum32: DFAB167B3C4318CD843C5BD21E25BB185C5F45C90F38757E5735709773554A0A
checksum64: 49CAE87D3A7CDA9C86F22D49AF5AF2BF8E85C4033BE77B2F8A12EFC58058F08A

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 = "74.0.3729.169"
$version = "76.0.3806.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/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>75.0.3770.52-beta</version>
<version>75.0.3770.54-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 = '75.0.3770.52-beta'
$version = '75.0.3770.54-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 = 'f90fff650f087da6031b6a4419ed745efb8457dcc0c90168c9d3900e510fe619'
checksum64 = '64813679041a3be5025e4b2e8aad3083091bc1f84d4edd854bf1527909230a96'
checksum = '401f39b0907cf5760d430fe1f58873462df21cb345ea9f1062e4c2f2b078eaef'
checksum64 = '2e9e01da2bded12f2380fe005cfdfed57cccf2368402d56bddbf01dc7120f3a2'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
8 changes: 4 additions & 4 deletions automatic/msys2/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: http://repo.msys2.org/distrib/i686/msys2-base-i686-20190523.tar.xz
x64: http://repo.msys2.org/distrib/x86_64/msys2-base-x86_64-20190523.tar.xz
x32: http://repo.msys2.org/distrib/i686/msys2-base-i686-20190524.tar.xz
x64: http://repo.msys2.org/distrib/x86_64/msys2-base-x86_64-20190524.tar.xz

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: 708D59A34C8141EB426534388A054524E7E959CCDB374014949F4C6FB2ABE3F9
checksum64: CAC5244838F4373303FD24CEFB5BBA2A92641C79ECA39C27031ADFCCD9DB9773
checksum32: 7A463AFAE8BF6CE8262F010A9A1648D056AD5CEFC66D6EB69FE948C57D4CCB53
checksum64: 168E156FA9F00D90A8445676C023C63BE6E82F71487F4E2688AB5CB13B345383

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/Alexpux/MSYS2-packages/master/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion automatic/msys2/msys2.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>msys2</id>
<version>20190523.0.0</version>
<version>20190524.0.0</version>
<title>MSYS2</title>
<authors>Alexpux, martell, mingwandroid, elieux, renatosilva, niXman</authors>
<owners>chocolatey, userzimmermann, petemounce</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/poi/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@5be34cac264309fd6bdaaa122aea08dd4ad32bb0/icons/poi.png" width="48" height="48"/> [poi](https://chocolatey.org/packages/poi)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@5be34cac264309fd6bdaaa122aea08dd4ad32bb0/icons/poi.png" width="48" height="48"/> [poi](https://chocolatey.org/packages/poi)

[poi](https://poi.io) is an open source Kancolle browser based on Electron. poi provides basic functionalities to enhance the gaming experience and is complemented by a variety of plugins. poi behaves the same as Chrome and does not modify game data, packets or implement bots/macros.

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.2.4/poi-setup-10.2.4.exe>
1. Go to <https://github.com/poooi/poi/releases/download/v10.3.0/poi-setup-10.3.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: 8998E2818FA2A70E5586778BAF2C1AE2EF0A247A40483912C7DFA7EEAE2FF041
checksum: B36A454699EA8B18A7153EC94642582E5819A617DDD48FBB2D72D8868A672858

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

<title>poi</title>
<authors>POI Contributors</authors>
<projectUrl>https://poi.io</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@5be34cac264309fd6bdaaa122aea08dd4ad32bb0/icons/poi.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@5be34cac264309fd6bdaaa122aea08dd4ad32bb0/icons/poi.png</iconUrl>
<copyright>Copyright (c) 2015-2018 poi contributors</copyright>
<licenseUrl>https://cdn.rawgit.com/poooi/poi/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
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.2.4</releaseNotes>
<releaseNotes>https://github.com/poooi/poi/releases/tag/v10.3.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.2.4.exe"
file = "$toolsDir\poi-setup-10.3.0.exe"

softwareName = 'poi*'

Expand Down

0 comments on commit 659329b

Please sign in to comment.