9.12-1 -- upgrade to 9.12

This commit is contained in:
lzx3in 2026-02-06 23:37:34 +08:00
parent 2731eb6de1
commit f4f5ae7b3d
No known key found for this signature in database
GPG key ID: F461F7AD82DD7A47
2 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
pkgbase = pgadmin4-bin
pkgdesc = Installs all required components to run pgAdmin in desktop and web modes. 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
pkgrel = 2
pkgver = 9.12
pkgrel = 1
url = https://www.pgadmin.org
arch = x86_64
license = PostgreSQL
@ -13,9 +13,9 @@ pkgbase = pgadmin4-bin
conflicts = pgadmin4-server
conflicts = pgadmin4-desktop
conflicts = pgadmin4-web
source = pgadmin4-server-9.11-x86_64.pkg.tar.zst::https://github.com/lzx3in/aur-pgadmin4/releases/download/dev/pgadmin4-server-9.11-x86_64.pkg.tar.zst
source = pgadmin4-desktop-9.11-x86_64.pkg.tar.zst::https://github.com/lzx3in/aur-pgadmin4/releases/download/dev/pgadmin4-desktop-9.11-x86_64.pkg.tar.zst
source = pgadmin4-web-9.11-x86_64.pkg.tar.zst::https://github.com/lzx3in/aur-pgadmin4/releases/download/dev/pgadmin4-web-9.11-x86_64.pkg.tar.zst
source = pgadmin4-server-9.12-x86_64.pkg.tar.zst::https://github.com/lzx3in/aur-pgadmin4/releases/download/dev/pgadmin4-server-9.12-x86_64.pkg.tar.zst
source = pgadmin4-desktop-9.12-x86_64.pkg.tar.zst::https://github.com/lzx3in/aur-pgadmin4/releases/download/dev/pgadmin4-desktop-9.12-x86_64.pkg.tar.zst
source = pgadmin4-web-9.12-x86_64.pkg.tar.zst::https://github.com/lzx3in/aur-pgadmin4/releases/download/dev/pgadmin4-web-9.12-x86_64.pkg.tar.zst
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP

View file

@ -1,6 +1,6 @@
pkgname=pgadmin4-bin
pkgver=9.11
pkgrel=2
pkgver=9.12
pkgrel=1
pkgdesc='Installs all required components to run pgAdmin in desktop and web modes. 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')
url='https://www.pgadmin.org'