* Merge pgAdmin v4.27 * Merge pgAdmin v4.28 * Revert "Merge pgAdmin v4.28" This reverts commit 449a4434a4ed5bad71f31dee04dc5b3c1cb8472f.
30 lines
984 B
YAML
30 lines
984 B
YAML
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
|
|
PackageIdentifier: PostgreSQL.pgAdmin
|
|
PackageVersion: 4.27.0.0
|
|
InstallModes:
|
|
- "interactive"
|
|
- "silent"
|
|
- "silentWithProgress"
|
|
Installers:
|
|
- Architecture: x64
|
|
InstallerUrl: https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v4.27/windows/pgadmin4-4.27-x64.exe
|
|
InstallerSha256: 44812137c946627e637b06f4c0d9dc43d9a54d7bdaa1c30e7330307d9b118abd
|
|
Scope: machine
|
|
InstallerType: exe
|
|
InstallerSwitches:
|
|
Custom: ""
|
|
Silent: /verysilent
|
|
SilentWithProgress: /verysilent
|
|
- Architecture: x86
|
|
InstallerUrl: https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v4.27/windows/pgadmin4-4.27-x86.exe
|
|
InstallerSha256: 3906517eb0c1705762e8bcd5542dabd79c7bed9517065ca6a54d3e0eab31f548
|
|
Scope: machine
|
|
InstallerType: exe
|
|
InstallerSwitches:
|
|
Custom: ""
|
|
Silent: /verysilent
|
|
SilentWithProgress: /verysilent
|
|
UpgradeBehavior: install
|
|
ManifestType: installer
|
|
ManifestVersion: 1.0.0
|