mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 04:41:00 +01:00
9.12-1 -- upgrade to 9.12
This commit is contained in:
parent
2731eb6de1
commit
f4f5ae7b3d
2 changed files with 7 additions and 7 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue