Skip to content

Commit

Permalink
AU: 5 updated - ccleaner chromium datagrip poi wesnoth
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 22, 2022
1 parent b99c00d commit 403ac07
Show file tree
Hide file tree
Showing 14 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion automatic/ccleaner/ccleaner.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>ccleaner</id>
<title>CCleaner</title>
<version>6.02.9938</version>
<version>6.03.10002</version>
<authors>Piriform</authors>
<owners>chocolatey-community,maartenba, tonigellida</owners>
<summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/ccleaner/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ if ($Env:ChocolateyPackageParameters -match '/UseSystemLocale') {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'EXE'
url = 'https://download.ccleaner.com/ccsetup602.exe'
checksum = '7C94DD6AC48C238B1F1F606EEC6D3455D9190D33E7864AE0DF4316F8E7F96876'
url = 'https://download.ccleaner.com/ccsetup603.exe'
checksum = '850ED8B970D09B227E2103E010F160D387E8FF1276AAEC90EF9FD12228A6D7DC'
checksumType = 'sha256'
silentArgs = "/S $locale"
validExitCodes = @(0)
Expand Down
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": "107.0.5254.0-snapshots",
"snapshots": "107.0.5255.0-snapshots",
"stable": "104.0.5112.102"
}
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>107.0.5254.0-snapshots</version>
<version>107.0.5255.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/1037504/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1037501/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1037709/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1037701/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: A8AC98A0528806250B5FED3724981EE9F050E7663B1F9C43E323B4D7ED7F647B
checksum64: 59540FC5A683985C3F4B5FA7EB9214C26722832377E64DC756E34D3C6D292655
checksum32: 91992218A36E274BA4CFF671526F0D05F0DB37B8D0DEDBBCC681DA6760594586
checksum64: 9A7C697AF55E6554FA9217C068FDB14F7840E497659C26741D5C251A7A100C62

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 = "107.0.5254.0-snapshots"
$version = "107.0.5255.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/datagrip/datagrip.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>datagrip</id>
<version>2022.2.1</version>
<version>2022.2.2</version>
<title>JetBrains DataGrip</title>
<authors>JetBrains</authors>
<licenseUrl>https://www.datagrip.org/terms.php</licenseUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/datagrip/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ New-Item -ItemType Directory -Force -Path $installDir
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'JetBrains DataGrip*'
url = 'https://download.jetbrains.com/datagrip/datagrip-2022.2.1.exe'
checksum = 'aad01be6fe12a8eee55b8720aea20bfa6b7d13cab83ef7e8942a9f20da099315'
url = 'https://download.jetbrains.com/datagrip/datagrip-2022.2.2.exe'
checksum = 'c0215fd2094ca82bb44d2adfd680f652d9c6258771d129804c0d78624dbcaf9d'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = $silentArgs
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.9.1/poi-setup-10.9.1.exe>
1. Go to <https://github.com/poooi/poi/releases/download/v10.9.2/poi-setup-10.9.2.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: D9DA94C19E54398BCFBF9751743EDB3010C8ED64BFF7E0E0D7F439A2258C3F3C
checksum: 11C9C48828C8DF8D99821D37C71F3FBA4C8A7DAA717731A204AE03DF02F4A08F

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.9.1</version>
<version>10.9.2</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.9.1</releaseNotes>
<releaseNotes>https://github.com/poooi/poi/releases/tag/v10.9.2</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.9.1.exe"
file = "$toolsDir\poi-setup-10.9.2.exe"

softwareName = 'poi*'

Expand Down
4 changes: 2 additions & 2 deletions automatic/wesnoth/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = 'wesnoth'
fileType = 'exe'
url = 'https://sourceforge.net/projects/wesnoth/files/wesnoth-1.16/wesnoth-1.16.5/wesnoth-1.16.5-win64.exe/download'
url = 'https://sourceforge.net/projects/wesnoth/files/wesnoth/wesnoth-1.17.7/wesnoth-1.17.7-win64.exe/download'
softwareName = 'Battle for Wesnoth*'
checksum = 'af5bdb70e348807dd56fe71d36e90a3a180274c91e8e7345db74961bb4340862'
checksum = '88ba7bdd0920a31bf384aa74cfd52833a38fb44fc2a915c0c7be9fe38f82dc42'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/wesnoth/wesnoth.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "1.16.5",
"beta": "1.17.5-beta"
"beta": "1.17.7-beta"
}
2 changes: 1 addition & 1 deletion automatic/wesnoth/wesnoth.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>wesnoth</id>
<version>1.16.5</version>
<version>1.17.7-beta</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/wesnoth</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>The Battle for Wesnoth</title>
Expand Down

0 comments on commit 403ac07

Please sign in to comment.