Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed pgadmin4.8.10.0.nupkg
Binary file not shown.
Binary file added pgadmin4.8.12.0.nupkg
Binary file not shown.
2 changes: 1 addition & 1 deletion pgadmin4.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>pgadmin4</id>
<version>8.10.0</version>
<version>8.12.0</version>
<title>pgAdmin 4</title>
<authors>The PostgreSQL Global Development Group, Current Maintainer: Dave Page</authors>
<owners>Devon Hubner, Chris Charabaruk</owners>
Expand Down
4 changes: 2 additions & 2 deletions tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$packageName = 'pgadmin4'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url64 = 'https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v8.10/windows/pgadmin4-8.10-x64.exe'
$checksum64 = 'ad581a8aaf33043ef0fc8ff11a8c90e6518421e6ca4fed0a3922361c513c217c'
$url64 = 'https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v8.12/windows/pgadmin4-8.12-x64.exe'
$checksum64 = '2b28b9a70b1e26ac3834fc3118888b3138c31c49100ffe11134ceb0142a13d5e'
$checksumType64= 'sha256'

$packageArgs = @{
Expand Down