mirror of
https://github.com/YunoHost-Apps/pgadmin_ynh.git
synced 2024-09-03 19:56:38 +02:00
Upgrade pgadmin to 4-4.1
This commit is contained in:
parent
fea471951c
commit
ab8fd01a30
3 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@ Overview
|
|||
|
||||
pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL.
|
||||
|
||||
**Shipped version:** 4-4.0
|
||||
**Shipped version:** 4-4.1
|
||||
|
||||
Screenshots
|
||||
-----------
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/Josue-T/pgadmin_python_build/releases/download/v4-4.0/pgadmin_4-4.0-stretch-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=28a5eb9949aee39faf87becab7a59b1f894d38bc6574e1805cc86c19d387e6c5
|
||||
SOURCE_URL=https://github.com/Josue-T/pgadmin_python_build/releases/download/v4-4.1/pgadmin_4-4.1-stretch-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=f5640c5ef419a2e3c5a128bbba9de7c6e39d17708295e119a6484432c98dba9c
|
||||
# (Optional) Program to check the integrity (sha256sum, md5sum...)
|
||||
# default: sha256
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Manage PostgreSQL databases over the web",
|
||||
"fr": "Application web de gestion des bases de données PostgreSQL"
|
||||
},
|
||||
"version": "4-4.0~ynh1",
|
||||
"version": "4-4.1~ynh1",
|
||||
"url": "https://www.pgadmin.org",
|
||||
"license": "PostgreSQL",
|
||||
"maintainer": {
|
||||
|
|
Loading…
Reference in a new issue