Skip to content

Commit

Permalink
AU: 2 updated - chromium poi
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 1, 2019
1 parent 2823067 commit f790410
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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.3980.0-snapshots",
"snapshots": "80.0.3983.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.3980.0-snapshots</version>
<version>80.0.3983.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/719862/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/719866/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/720340/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/720340/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: F7CF486CC1B668D70EE2158862838C9EADC121CAFFCC9451D5409DDE01DF1B2C
checksum64: 79637680D54D68F4264B1B2DDFCDC9BAE3B6F3E28F7312AD112A323F3E562A5F
checksum32: C4ACF9C260A293A908AF9753AAC1ECEAA2DA6497AA737DA8ADAC9B93DA339C77
checksum64: 951E756892143D77E1E5843876B6606440AEB076576D1A3643E3264C9F6D9261

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.3980.0-snapshots"
$version = "80.0.3983.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.4.0-beta.0/poi-setup-10.4.0-beta.0.exe>
1. Go to <https://github.com/poooi/poi/releases/download/v10.4.0/poi-setup-10.4.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: 0F5CCD3D0BD2175DACA2E6ABFFA7DCA81FD4EDB4A3064AF7656E27A2DADCF4B3
checksum: F9EB23C4A62AB3247463C020EAA58A084E55AAF3240FF91B41B397ACB1015593

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.4.0-beta0</version>
<version>10.4.0</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.4.0-beta.0</releaseNotes>
<releaseNotes>https://github.com/poooi/poi/releases/tag/v10.4.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.4.0-beta.0.exe"
file = "$toolsDir\poi-setup-10.4.0.exe"

softwareName = 'poi*'

Expand Down

0 comments on commit f790410

Please sign in to comment.