From 62367a520fb8743b781d3223dc8cc53fdbcc559e Mon Sep 17 00:00:00 2001 From: bko Date: Mon, 5 Aug 2024 21:42:41 +0300 Subject: [PATCH] 8.10 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index b3790eed6422..87e383f8ea03 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.9 + pkgver = 8.10 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.9-x86_64.deb::https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/noble/dists/pgadmin4/main/binary-amd64/pgadmin4-server_8.9_amd64.deb - sha256sums = 4276e86e9fad8ce6052d75d6bad3b4ab9b2babf3010b0feb3c8229c66c3ac527 + source = pgadmin4-server-8.10-x86_64.deb::https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/noble/dists/pgadmin4/main/binary-amd64/pgadmin4-server_8.10_amd64.deb + sha256sums = d3779c56635c11e7b3d3a9d7646e7cf40b6a7ea64a3cdea819277c3a2e67779d pkgname = pgadmin4-server diff --git a/PKGBUILD b/PKGBUILD index c1d867533351..8f8119b54924 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: bko pkgname=pgadmin4-server -pkgver=8.9 +pkgver=8.10 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=('4276e86e9fad8ce6052d75d6bad3b4ab9b2babf3010b0feb3c8229c66c3ac527') +sha256sums=('d3779c56635c11e7b3d3a9d7646e7cf40b6a7ea64a3cdea819277c3a2e67779d') package() { # Extract package data