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 Community committed Jan 29, 2022
1 parent 6fb27f6 commit 1179884
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": "100.0.4860.0-snapshots",
"snapshots": "100.0.4861.0-snapshots",
"stable": "97.0.4692.99"
}
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>100.0.4860.0-snapshots</version>
<version>100.0.4861.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</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/964956/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/964960/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/964974/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/964974/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: 338D70A201D99168EAE02BF48A5DC521590D83C755EA414310F4B8C5B38DA861
checksum64: 6F08F7008A85B07D861931CA71D98EE3F0461FC66C8BE74C5B44066626434F42
checksum32: A6D09AB478C44A5E8389062A4F838593C43D831189328F0D48931A3FF280B310
checksum64: 51C764AC08B3D449CDB17C61C915886D4F47D7F0FADBF704239549932EA6D5E7

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 = "100.0.4860.0-snapshots"
$version = "100.0.4861.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.7.0/poi-setup-10.7.0.exe>
1. Go to <https://github.com/poooi/poi/releases/download/v10.8.0/poi-setup-10.8.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: 10563A06F408B55018F1AD483F3EE6EC18BFEB8E078FAB55D87193F45BDF9520
checksum: 4E8FBCEE16E9A1D4C899DA4B859023357D77F9D8F6185F6E13EFCE5B9DA7FCA4

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.7.0</version>
<version>10.8.0</version>
<owners>chocolatey-community, drelatgithub</owners>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/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.7.0</releaseNotes>
<releaseNotes>https://github.com/poooi/poi/releases/tag/v10.8.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.7.0.exe"
file = "$toolsDir\poi-setup-10.8.0.exe"

softwareName = 'poi*'

Expand Down

0 comments on commit 1179884

Please sign in to comment.