diff --git a/.SRCINFO b/.SRCINFO index 272468a75155..9af93967e9af 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = pgadmin4-web pkgdesc = The web interface for pgAdmin, hosted under Apache HTTPD. 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 = 9.11 + pkgver = 9.12 pkgrel = 1 url = https://www.pgadmin.org/ arch = x86_64 @@ -9,14 +9,14 @@ pkgbase = pgadmin4-web makedepends = patch makedepends = gcc makedepends = make - depends = pgadmin4-server>=9.11-1 + depends = pgadmin4-server>=9.12-1 depends = apache depends = mod_wsgi provides = pgadmin4-web backup = etc/httpd/conf/extra/pgadmin4.conf - source = pgadmin4-9.11.tar.gz::https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v9.11/source/pgadmin4-9.11.tar.gz + source = pgadmin4-9.12.tar.gz::https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v9.12/source/pgadmin4-9.12.tar.gz source = web.patch - sha256sums = 8f394156662843440b86a5c73995e14b366d8b0056f69c2aa0b00a3268570a54 + sha256sums = f72f5d688eed9f65d523046492ce868bcb4251c04f763cb6b834b13be0ad6744 sha256sums = c1cf92c06d5e6133212be5aeed06cdab60b22745c43a21136c9905c4f0724014 pkgname = pgadmin4-web diff --git a/PKGBUILD b/PKGBUILD index 858711ca7f95..c1dfa82054bb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=pgadmin4-web -pkgver=9.11 +pkgver=9.12 pkgrel=1 pkgdesc='The web interface for pgAdmin, hosted under Apache HTTPD. 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') @@ -9,7 +9,7 @@ depends=("pgadmin4-server>=${pkgver}-1" "apache" "mod_wsgi") makedepends=("syft" "patch" "gcc" "make") provides=('pgadmin4-web') source=("pgadmin4-${pkgver}.tar.gz::https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v${pkgver}/source/pgadmin4-${pkgver}.tar.gz" "web.patch") -sha256sums=('8f394156662843440b86a5c73995e14b366d8b0056f69c2aa0b00a3268570a54' 'c1cf92c06d5e6133212be5aeed06cdab60b22745c43a21136c9905c4f0724014') +sha256sums=('f72f5d688eed9f65d523046492ce868bcb4251c04f763cb6b834b13be0ad6744' 'c1cf92c06d5e6133212be5aeed06cdab60b22745c43a21136c9905c4f0724014') backup=('etc/httpd/conf/extra/pgadmin4.conf') prepare() {