Skip to content

Commit

Permalink
AU: 4 updated - cpu-z cpu-z.install cpu-z.portable postgresql13
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 12, 2021
1 parent 0940d08 commit 6ec923a
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 19 deletions.
2 changes: 1 addition & 1 deletion cpu-z.install/cpu-z.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>cpu-z.install</id>
<title>CPU-Z (Install)</title>
<version>1.95.0.20210128</version>
<version>1.95.0.20210212</version>
<authors>CPUID</authors>
<owners>majkinetor</owners>
<summary>System information software</summary>
Expand Down
2 changes: 1 addition & 1 deletion cpu-z.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $packageArgs = @{
packageName = 'cpu-z.install'
fileType = 'exe'
url = 'https://download.cpuid.com/cpu-z/cpu-z_1.95-en.exe'
checksum = '6fb365a5961044ab869c3f413463128b8d904c34a99f229fa872fbcfe6ab1976'
checksum = '14b2cb87284c14400d1d631852ce0829c7beb8b8a03b33b05f8aabf3673cb881'
checksumType = 'sha256'
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion cpu-z.portable/cpu-z.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>cpu-z.portable</id>
<title>CPU-Z (Portable)</title>
<version>1.95.0.20210128</version>
<version>1.95.0.20210212</version>
<authors>CPUID</authors>
<owners>majkinetor</owners>
<summary>System information software</summary>
Expand Down
2 changes: 1 addition & 1 deletion cpu-z.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $is64 = (Get-ProcessorBits 64) -and $env:chocolateyForceX86 -ne 'true'
$packageArgs = @{
packageName = $Env:ChocolateyPackageName
url = 'https://download.cpuid.com/cpu-z/cpu-z_1.95-en.zip'
checksum = '81d50dede8880b49c1aecfe7ca7df7cf1cf919f6cc9b14278cb20e353a7b021f'
checksum = '091ad9d9a2b1dfa1e4f3bc6af5560260352bdd137dedc17619a800f54b55c18e'
checksumType = 'sha256'
unzipLocation = $toolsPath
}
Expand Down
4 changes: 2 additions & 2 deletions cpu-z/cpu-z.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>cpu-z</id>
<title>CPU-Z</title>
<version>1.95.0.20210128</version>
<version>1.95.0.20210212</version>
<authors>CPUID</authors>
<owners>Miodrag Milić</owners>
<summary>System information software</summary>
Expand All @@ -25,7 +25,7 @@
<iconUrl>https://cdn.jsdelivr.net/gh/majkinetor/chocolatey/cpu-z.install/icon.png</iconUrl>
<docsUrl>http://www.cpuid.com/softwares/cpu-z.html#install</docsUrl>
<dependencies>
<dependency id="cpu-z.install" version="1.95.0.20210128" />
<dependency id="cpu-z.install" version="1.95.0.20210212" />
</dependencies>
<releaseNotes>http://www.cpuid.com/softwares/cpu-z.html#version-history</releaseNotes>
<bugTrackerUrl>http://www.cpuid.com/bug-report.html</bugTrackerUrl>
Expand Down
20 changes: 14 additions & 6 deletions postgresql/postgresql.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"9.4": "9.4.26",
"9.5": "9.5.24.1",
"9.6": "9.6.20.1",
"9.5": "9.5.25.1",
"9.6": "9.6.21.1",
"10.10": "10.10",
"11.5": "11.5",
"postgresql": "13.1.1",
"postgresql": "13.2.1",
"postgresql-9.4": "9.4.26",
"postgresql-10.10": "10.10",
"postgresql-9.5": "9.5.24.1",
"postgresql-9.6": "9.6.20.1",
"postgresql-9.5": "9.5.25.1",
"postgresql-9.6": "9.6.21.1",
"postgresql-12.0": "12.0",
"12.0": "12.0",
"postgresql-10.11": "10.11",
Expand Down Expand Up @@ -44,5 +44,13 @@
"postgresql-12.5": "12.5.1",
"12.5": "12.5.1",
"postgresql-13.1": "13.1.1",
"13.1": "13.1.1"
"13.1": "13.1.1",
"postgresql-10.16": "10.16.1",
"10.16": "10.16.1",
"postgresql-11.11": "11.11.1",
"11.11": "11.11.1",
"postgresql-12.6": "12.6.1",
"12.6": "12.6.1",
"postgresql-13.2": "13.2.1",
"13.2": "13.2.1"
}
6 changes: 3 additions & 3 deletions postgresql/postgresql.nuspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>postgresql11</id>
<version>11.10.2</version>
<id>postgresql13</id>
<version>13.2.1</version>
<title>PostgreSQL</title>
<authors>PostgreSQL Global Development Group</authors>
<owners>majkinetor, cole.mike</owners>
Expand Down Expand Up @@ -83,7 +83,7 @@ cinst postgresql12 --force
```
]]></description>
<summary>PostgreSQL is an object-relational database management system</summary>
<releaseNotes>https://www.postgresql.org/docs/11/static/release.html</releaseNotes>
<releaseNotes>https://www.postgresql.org/docs/13/static/release.html</releaseNotes>
<copyright>Copyright © 1996-2019 The PostgreSQL Global Development Group</copyright>
<tags>foss cross-platform postgres postgresql sql relational database admin</tags>
<projectSourceUrl>https://github.com/postgres/postgres</projectSourceUrl>
Expand Down
6 changes: 3 additions & 3 deletions postgresql/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ $silentArgs = @{
$packageArgs = @{
packageName = $Env:ChocolateyPackageName
fileType = 'exe'
url64 = 'https://get.enterprisedb.com/postgresql/postgresql-11.10-2-windows-x64.exe'
checksum64 = '7D73E7F42FFD661C17208C96584881F810CCF45F4D0A3FED6070B0533E1290D4'
url64 = 'https://get.enterprisedb.com/postgresql/postgresql-13.2-1-windows-x64.exe'
checksum64 = '6C96D16C5AC89CC9DF4FA76F3179199692451FB7D0A4529C640F0058C514DB00'
checksumType64 = 'sha256'
url = ''
checksum = ''
checksumType32 = 'sha256'
silentArgs = ($silentArgs.Keys | % { "--{0} {1}" -f $_.Tolower(), $silentArgs.$_}) -join ' '
validExitCodes = @(0)
softwareName = 'PostgreSQL 11*'
softwareName = 'PostgreSQL 13*'
}
Install-ChocolateyPackage @packageArgs
Write-Host "Installation log: $Env:TEMP\install-postgresql.log"
Expand Down
2 changes: 1 addition & 1 deletion postgresql/tools/chocolateyUninstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'

$packageName = $Env:ChocolateyPackageName
$softwareNamePattern = 'PostgreSQL 11*'
$softwareNamePattern = 'PostgreSQL 13*'

[array] $key = Get-UninstallRegistryKey $softwareNamePattern
if ($key.Count -eq 1) {
Expand Down

0 comments on commit 6ec923a

Please sign in to comment.