1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pgadmin_ynh.git synced 2024-09-03 19:56:38 +02:00

Upgrade pgadmin to 6.20

This commit is contained in:
Josué Tille 2023-02-16 23:33:14 +01:00
parent f6b36e0190
commit 1a5393ff5e
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF
3 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/Josue-T/pgadmin_python_build/releases/download/v4-6.19/pgadmin_4-6.19-bookworm-bin1_armv7l.tar.gz SOURCE_URL=https://github.com/Josue-T/pgadmin_python_build/releases/download/v4-6.20/pgadmin_4-6.20-bookworm-bin1_armv7l.tar.gz
SOURCE_SUM=74b8c975b441f6afc9068063df9e24d2c5adb3625353d4e84c317979de3d045d SOURCE_SUM=834162a17c7fd9f001d774635f23101e598c8da367b3fa32640fb3ccae0230b9
# (Optional) Program to check the integrity (sha256sum, md5sum...) # (Optional) Program to check the integrity (sha256sum, md5sum...)
# default: sha256 # default: sha256
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/Josue-T/pgadmin_python_build/releases/download/v4-6.19/pgadmin_4-6.19-bullseye-bin1_armv7l.tar.gz SOURCE_URL=https://github.com/Josue-T/pgadmin_python_build/releases/download/v4-6.20/pgadmin_4-6.20-bullseye-bin1_armv7l.tar.gz
SOURCE_SUM=3685a8db6be03fe2f626b3d3336f0d7fe80c790f1d2477c22cc03891ea06d0b8 SOURCE_SUM=f297edfb4f77ae1d13eb67be5013f31309b21b61526329093e12981ccc837069
# (Optional) Program to check the integrity (sha256sum, md5sum...) # (Optional) Program to check the integrity (sha256sum, md5sum...)
# default: sha256 # default: sha256
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum

View file

@ -6,7 +6,7 @@
"en": "Manage PostgreSQL databases over the web", "en": "Manage PostgreSQL databases over the web",
"fr": "Application web de gestion des bases de données PostgreSQL" "fr": "Application web de gestion des bases de données PostgreSQL"
}, },
"version": "6.19~ynh1", "version": "6.20~ynh1",
"url": "https://www.pgadmin.org", "url": "https://www.pgadmin.org",
"upstream": { "upstream": {
"license": "PostgreSQL", "license": "PostgreSQL",