Skip to content

Commit

Permalink
AU: 3 updated - less musikcube postgresql12
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 1, 2021
1 parent c1facaa commit 752518a
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions less/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ Package can be verified like this:

1. Go to

x32: https://github.com/jftuga/less-Windows/releases/download/less-v581.0/less.exe
x32: https://github.com/jftuga/less-Windows/releases/download/less-v581.2/less.exe

to download the zip package.

2. You can use one of the following methods to obtain the checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 15D0CFB400D8D87410D3F3EA640715F77EE19BF129BA5FE754BD5D2982D10D60
checksum32: D0C2E9C8001741BF83E586B370811C935F9E65B67D93CE47AF68408F5F90E590
4 changes: 2 additions & 2 deletions less/less.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>less</id>
<version>5.81</version>
<version>5.812</version>
<title>Less</title>
<authors>Mark Nudelman</authors>
<owners>Miodrag Milić</owners>
Expand Down Expand Up @@ -32,7 +32,7 @@
]]></description>
<summary>Less is a free, open-source file pager</summary>
<tags>pager viewer cli foss cross-platform</tags>
<releaseNotes>http://www.greenwoodsoftware.com/less/news.5.81.html</releaseNotes>
<releaseNotes>http://www.greenwoodsoftware.com/less/news.5.812.html</releaseNotes>
<mailingListUrl>http://www.greenwoodsoftware.com/less/less-announce.html</mailingListUrl>
<docsUrl>http://man7.org/linux/man-pages/man1/less.1.html</docsUrl>
<projectSourceUrl>http://www.greenwoodsoftware.com/less/download.html#source</projectSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions musikcube/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to

x32: https://github.com/clangen/musikcube/releases/download/0.96.6/musikcube_win32_with_milkdrop2_0.96.6.zip
x32: https://github.com/clangen/musikcube/releases/download/0.96.7/musikcube_win32_with_milkdrop2_0.96.7.zip

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 86AEF6D2310843B33FE737D963E448347D149D99BE4C9680BDB38B136F64A4ED
checksum32: 5C47B841C4E1E49830909C494A24A8B1BFC6E8476B77B42F9F601723EC06D5F3

File 'license.txt' is obtained from:
https://github.com/clangen/musikcube/blob/master/LICENSE.txt
4 changes: 2 additions & 2 deletions musikcube/musikcube.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>musikcube</id>
<title>musikcube</title>
<version>0.96.6</version>
<version>0.96.7</version>
<authors>Casey Langen</authors>
<owners>Miodrag Milic</owners>
<summary>A cross-platform, terminal-based music player, audio engine, metadata indexer, and server in c++</summary>
Expand Down Expand Up @@ -37,7 +37,7 @@ musikdroid is a native Android app that connects to musikcube servers. it can be
<copyright>(c) casey langen, 2017</copyright>
<licenseUrl>https://github.com/clangen/musikcube/blob/master/LICENSE.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://github.com/clangen/musikcube/releases/tag/0.96.6</releaseNotes>
<releaseNotes>https://github.com/clangen/musikcube/releases/tag/0.96.7</releaseNotes>
<docsUrl>https://github.com/clangen/musikcube/wiki</docsUrl>
<bugTrackerUrl>https://github.com/clangen/musikcube/issues</bugTrackerUrl>
<projectSourceUrl>https://github.com/clangen/musikcube</projectSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions postgresql/postgresql.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"10.16": "10.16.2",
"postgresql-11.11": "11.11.3",
"11.11": "11.11.3",
"postgresql-12.6": "12.6.2",
"12.6": "12.6.2",
"postgresql-12.6": "12.6.3",
"12.6": "12.6.3",
"postgresql-13.2": "13.2.2",
"13.2": "13.2.2"
}
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.11.3</version>
<id>postgresql12</id>
<version>12.6.3</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/12/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.11-3-windows-x64.exe'
checksum64 = 'F71472D379D136756ECCC1A791CD16D93A2EB15BB189C4CF6CC84EC8D87D504F'
url64 = 'https://get.enterprisedb.com/postgresql/postgresql-12.6-3-windows-x64.exe'
checksum64 = 'BEF67BC79101930CE42E30390746F2F748150D937B659EB4C54799244700836F'
checksumType64 = 'sha256'
url = ''
checksum = ''
checksumType32 = 'sha256'
silentArgs = ($silentArgs.Keys | % { "--{0} {1}" -f $_.Tolower(), $silentArgs.$_}) -join ' '
validExitCodes = @(0)
softwareName = 'PostgreSQL 11*'
softwareName = 'PostgreSQL 12*'
}
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 12*'

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

0 comments on commit 752518a

Please sign in to comment.