diff --git a/.SRCINFO b/.SRCINFO index 05980e70b718..33c374243efe 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,15 +1,15 @@ pkgbase = pgadmin4-desktop pkgdesc = The desktop user interface for pgAdmin. pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world. - pkgver = 8.10 + pkgver = 8.11 pkgrel = 1 url = https://www.pgadmin.org/ arch = x86_64 license = PostgreSQL - depends = pgadmin4-server=8.10 + depends = pgadmin4-server=8.11 depends = xdg-utils depends = python-dbus provides = pgadmin4-desktop - source = pgadmin4-desktop-8.10-x86_64.deb::https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/noble/dists/pgadmin4/main/binary-amd64/pgadmin4-desktop_8.10_amd64.deb - sha256sums = 98c5ade97ea145b49f242b30f180ab2c84ef3c0ddfd4ee602b61a50432dad055 + source = pgadmin4-desktop-8.11-x86_64.deb::https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/noble/dists/pgadmin4/main/binary-amd64/pgadmin4-desktop_8.11_amd64.deb + sha256sums = 745f200cedc7d0a6159ba5a3154f27edf9fbd35815413a2a6ea87becb7633eb7 pkgname = pgadmin4-desktop diff --git a/PKGBUILD b/PKGBUILD index 2082c7cb028a..b56236b566dd 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: bko pkgname=pgadmin4-desktop -pkgver=8.10 +pkgver=8.11 pkgrel=1 pkgdesc='The desktop user interface for pgAdmin. pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.' arch=('x86_64') @@ -10,7 +10,7 @@ url='https://www.pgadmin.org/' depends=("pgadmin4-server=${pkgver}" 'xdg-utils' 'python-dbus') provides=('pgadmin4-desktop') source=(${pkgname}-${pkgver}-x86_64.deb::"https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/noble/dists/pgadmin4/main/binary-amd64/${pkgname}_${pkgver}_amd64.deb") -sha256sums=('98c5ade97ea145b49f242b30f180ab2c84ef3c0ddfd4ee602b61a50432dad055') +sha256sums=('745f200cedc7d0a6159ba5a3154f27edf9fbd35815413a2a6ea87becb7633eb7') package() { # Extract package data