diff --git a/.SRCINFO b/.SRCINFO index ff0e7eb6e45c..df82972949b8 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = pgadmin4-server pkgdesc = The core server package 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.12 + pkgver = 8.13 pkgrel = 1 url = https://www.pgadmin.org/ arch = x86_64 @@ -9,7 +9,7 @@ pkgbase = pgadmin4-server depends = krb5 depends = python-dbus provides = pgadmin4-server - source = pgadmin4-server-8.12-x86_64.deb::https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/noble/dists/pgadmin4/main/binary-amd64/pgadmin4-server_8.12_amd64.deb - sha256sums = 42994400c1592692939853e4d79d0abe04b08915b688207a718b0b24646f9d1b + source = pgadmin4-server-8.13-x86_64.deb::https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/noble/dists/pgadmin4/main/binary-amd64/pgadmin4-server_8.13_amd64.deb + sha256sums = 417e0196d8625c9a6b6b4a7a08bd6a02031ea773e3bc97891499e7d81ba756fc pkgname = pgadmin4-server diff --git a/PKGBUILD b/PKGBUILD index 3d19aa5c3ffd..101e046c22b4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: bko pkgname=pgadmin4-server -pkgver=8.12 +pkgver=8.13 pkgrel=1 pkgdesc='The core server package 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=('postgresql-libs' 'krb5' 'python-dbus') provides=('pgadmin4-server') 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=('42994400c1592692939853e4d79d0abe04b08915b688207a718b0b24646f9d1b') +sha256sums=('417e0196d8625c9a6b6b4a7a08bd6a02031ea773e3bc97891499e7d81ba756fc') package() { # Extract package data