Skip to content

Commit

Permalink
AU: 2 updated - chromium freeciv
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 22, 2018
1 parent 4429409 commit 611119f
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 14 deletions.
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>66.0.3328.0-snapshots</version>
<version>66.0.3329.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/530765/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/530765/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/530808/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/530808/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: 8F0BB59F657CC9D598DFF28985432F536D9B69A9E26D463B3644D1AAB8DD94C2
checksum64: 3A07B5FCAE715DF85F000A1A4760829D900BA415122CDEF0D2B1C424ECF709EC
checksum32: 33BAE0DD74F5DA52CAF5A2315A3139A3ABA516064DFD5A70C644CC4D0178CB0B
checksum64: F29003583D1F7AF7AD7210B5AE74D2FFCFE7271E90DDC2681DCC02ED4031142A

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 = "66.0.3328.0-snapshots"
$version = "66.0.3329.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
9 changes: 5 additions & 4 deletions automatic/freeciv/freeciv.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>freeciv</id>
<version>2.5.9</version>
<version>2.5.10</version>
<title>Freeciv</title>
<owners>chocolatey purity</owners>
<authors>Freeciv Contributors</authors>
Expand All @@ -14,15 +14,16 @@
<projectSourceUrl>https://github.com/freeciv/freeciv-web</projectSourceUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/freeciv.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
<description><![CDATA[
Freeciv is a Free and Open Source empire-building strategy game inspired by the history of human civilization.
The game commences in prehistory and your mission is to lead your tribe from the Stone Age to the Space Age.
Your goal is to build cities, collect resources, organize your government,
and build an army, with the ultimate goal of creating the best civilization.
You can play online against other players (multiplayer) or play by yourself against the computer.
</description>
]]></description>
<summary>Freeciv is a Free and Open Source empire-building strategy game inspired by the history of human civilization.</summary>
<releaseNotes>http://www.freeciv.org/wiki/NEWS-2.5.9</releaseNotes>
<releaseNotes>http://www.freeciv.org/wiki/NEWS-2.5.10</releaseNotes>
<copyright />
<tags>freeciv game strategy civilization admin</tags>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/freeciv</packageSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/freeciv/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ $packageArgs = @{
fileType = 'exe'
softwareName = 'Freeciv*'

checksum = '63555744d0d18fa209b98b89a5b005cac7dee804f397445c82c3bd88134d5e31'
checksum = 'c9dad2ccfebff7e1d511b95f170d0d481c97bbfc1b1d861b5da2b074b4a62a22'
checksumType = 'sha256'
url = 'http://files.freeciv.org/packages/windows/Freeciv-2.5.9-win32-gtk2-setup.exe'
url = 'http://files.freeciv.org/packages/windows/Freeciv-2.5.10-win32-gtk2-setup.exe'

silentArgs = '/S'
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions automatic/freeciv/tools/chocolateyUninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName 'Freeciv*'

if ($key.Count -eq 1) {
$key | % {
$key | ForEach-Object {
$packageArgs = @{
packageName = $packageName
fileType = 'exe'
Expand All @@ -23,5 +23,5 @@ if ($key.Count -eq 1) {
Write-Warning "$key.Count matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | % {Write-Warning "- $_.DisplayName"}
$key | ForEach-Object {Write-Warning "- $_.DisplayName"}
}

0 comments on commit 611119f

Please sign in to comment.