Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 60dcda9

Browse files
author
Chocolatey
committed
1 parent e86c2cf commit 60dcda9

File tree

5 files changed

+19
-9
lines changed

5 files changed

+19
-9
lines changed

bruno/bruno.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
66
<id>bruno</id>
77
<title>Bruno</title>
8-
<version>1.39.0</version>
8+
<version>1.39.1</version>
99
<authors>Anoop M D</authors>
1010
<owners>Miodrag Milic</owners>
1111
<summary>Opensource IDE For Exploring and Testing Api's</summary>
@@ -26,7 +26,7 @@ Bruno is offline-only. There are no plans to add cloud-sync to Bruno, ever. We v
2626
<licenseUrl>https://github.com/usebruno/bruno/blob/main/license.md</licenseUrl>
2727
<requireLicenseAcceptance>false</requireLicenseAcceptance>
2828
<iconUrl>https://cdn.rawgit.com/majkinetor/chocolatey/master/bruno/icon.png</iconUrl>
29-
<releaseNotes>https://github.com/usebruno/bruno/releases/tag/v1.39.0</releaseNotes>
29+
<releaseNotes>https://github.com/usebruno/bruno/releases/tag/v1.39.1</releaseNotes>
3030
<docsUrl>https://docs.usebruno.com/</docsUrl>
3131
<projectSourceUrl>https://github.com/usebruno/bruno</projectSourceUrl>
3232
<packageSourceUrl>https://github.com/majkinetor/chocolatey/tree/master/bruno</packageSourceUrl>

bruno/legal/VERIFICATION.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ Package can be verified like this:
77

88
1. Go to
99

10-
x64: https://github.com/usebruno/bruno/releases/download/v1.39.0/bruno_1.39.0_x64_win.exe
10+
x64: https://github.com/usebruno/bruno/releases/download/v1.39.1/bruno_1.39.1_x64_win.exe
1111

1212
to download the installer.
1313

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

18-
checksum64: 9E31D1469A64C4BA47D1B269913AE28E27DDA7F286F6858DE6784E74487251D9
18+
checksum64: CC20A4CD2ECC36C1C0B6369805B7EAC984F92152FBD26F4AD0B41E8541A89894
1919

2020
File 'license.md' is obtained from:
2121
https://github.com/usebruno/bruno/blob/main/license.md

postgresql/postgresql.json

+12-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"9.6": "9.6.24.1",
55
"10.10": "10.10",
66
"11.5": "11.5",
7-
"postgresql": "17.3",
7+
"postgresql": "17.4",
88
"postgresql-9.4": "9.4.26",
99
"postgresql-10.10": "10.10",
1010
"postgresql-9.5": "9.5.25.1",
@@ -218,5 +218,15 @@
218218
"postgresql-16.7": "16.7",
219219
"16.7": "16.7",
220220
"postgresql-17.3": "17.3",
221-
"17.3": "17.3"
221+
"17.3": "17.3",
222+
"postgresql-13.20": "13.20",
223+
"13.20": "13.20",
224+
"postgresql-14.17": "14.17",
225+
"14.17": "14.17",
226+
"postgresql-15.12": "15.12",
227+
"15.12": "15.12",
228+
"postgresql-16.8": "16.8",
229+
"16.8": "16.8",
230+
"postgresql-17.4": "17.4",
231+
"17.4": "17.4"
222232
}

postgresql/postgresql.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>postgresql17</id>
5-
<version>17.3</version>
5+
<version>17.4</version>
66
<title>PostgreSQL</title>
77
<authors>PostgreSQL Global Development Group</authors>
88
<owners>majkinetor, cole.mike</owners>

postgresql/tools/chocolateyInstall.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ if ($pp.Port) { Write-Host "Using port: $($pp.Port)"; $silentArgs.ServerPort = $
1919
$packageArgs = @{
2020
packageName = $Env:ChocolateyPackageName
2121
fileType = 'exe'
22-
url64 = 'https://get.enterprisedb.com/postgresql/postgresql-17.3-1-windows-x64.exe'
23-
checksum64 = '31F7E1598E4E6123B9332D4B5AB9F5C67D3FA4E00D337D4D14E7FEEC200F0FFB'
22+
url64 = 'https://get.enterprisedb.com/postgresql/postgresql-17.4-1-windows-x64.exe'
23+
checksum64 = '1BBE7EB8D302D761ED1E651884CCDB161F7DDEA1296088BD051EC1F4FFB233ED'
2424
checksumType64 = 'sha256'
2525
url = ''
2626
checksum = ''

0 commit comments

Comments
 (0)