mirror of
https://github.com/YunoHost-Apps/pgadmin_ynh.git
synced 2024-09-03 19:56:38 +02:00
Upgrade pgadmin to 4-4.24
This commit is contained in:
parent
3384300a47
commit
42f2e29611
4 changed files with 6 additions and 6 deletions
|
@ -12,7 +12,7 @@ Overview
|
|||
|
||||
pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL.
|
||||
|
||||
**Shipped version:** 4-4.23
|
||||
**Shipped version:** 4-4.24
|
||||
|
||||
Screenshots
|
||||
-----------
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/Josue-T/pgadmin_python_build/releases/download/v4-4.23/pgadmin_4-4.23-buster-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=dd3cbd13445b02418941f01f8116a78c20dbe9e487e6a87576bde9dca56cf8a0
|
||||
SOURCE_URL=https://github.com/Josue-T/pgadmin_python_build/releases/download/v4-4.24/pgadmin_4-4.24-buster-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=bbd7046e7c061e3e724fe2bbb018e186301c44149fdc962703412c2ad58b1643
|
||||
# (Optional) Program to check the integrity (sha256sum, md5sum...)
|
||||
# default: sha256
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/Josue-T/pgadmin_python_build/releases/download/v4-4.23/pgadmin_4-4.23-stretch-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=00fccf44e5e634ccabe85195fe60452a49b333da153ae835c511ba02538a9b02
|
||||
SOURCE_URL=https://github.com/Josue-T/pgadmin_python_build/releases/download/v4-4.24/pgadmin_4-4.24-stretch-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=856aa46f065a5e5163ea8cf62e874b6920de25b460ea8037b3c29f75e22f9e6f
|
||||
# (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.23~ynh1",
|
||||
"version": "4-4.24~ynh1",
|
||||
"url": "https://www.pgadmin.org",
|
||||
"license": "PostgreSQL",
|
||||
"maintainer": {
|
||||
|
|
Loading…
Add table
Reference in a new issue