mirror of
https://github.com/YunoHost-Apps/pgadmin_ynh.git
synced 2024-09-03 19:56:38 +02:00
Upgrade pgadmin to 4-6.12
This commit is contained in:
parent
6c54e814ca
commit
98c611c376
4 changed files with 5 additions and 5 deletions
|
@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL.
|
pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL.
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 4-6.11~ynh1
|
**Shipped version:** 4-6.12~ynh1
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/Josue-T/pgadmin_python_build/releases/download/v4-4.30/pgadmin_4-4.30-stretch-bin1_armv7l.tar.gz
|
SOURCE_URL=https://github.com/Josue-T/pgadmin_python_build/releases/download/v4-4.30/pgadmin_4-4.30-stretch-bin1_armv7l.tar.gz
|
||||||
SOURCE_SUM=6d52ab1a1cfa3471f123e45f4054a38e8269f0258313038e1f02f3262f89d6d5
|
SOURCE_SUM=f5d373050a96b5d3aa5bdb6db2485de54d8b284feb5ffac30547cdf7cf346cb7
|
||||||
# (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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/Josue-T/pgadmin_python_build/releases/download/v4-6.11/pgadmin_4-6.11-buster-bin1_armv7l.tar.gz
|
SOURCE_URL=https://github.com/Josue-T/pgadmin_python_build/releases/download/v4-6.12/pgadmin_4-6.12-buster-bin1_armv7l.tar.gz
|
||||||
SOURCE_SUM=6a339d0d21d4b771c9a6cec57d3d21a51cfe23247ecfdba8e3f8234f4052b64f
|
SOURCE_SUM=951fdf3c8f3799007c6b54bb58f643a08a5e5f86d16f317cc5a3e82027a3a409
|
||||||
# (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
|
||||||
|
|
|
@ -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": "4-6.11~ynh1",
|
"version": "4-6.12~ynh1",
|
||||||
"url": "https://www.pgadmin.org",
|
"url": "https://www.pgadmin.org",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "PostgreSQL",
|
"license": "PostgreSQL",
|
||||||
|
|
Loading…
Reference in a new issue