diff --git a/README.md b/README.md index d27145d..7d079af 100644 --- a/README.md +++ b/README.md @@ -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. -**Shipped version:** 4-6.9~ynh1 +**Shipped version:** 4-6.11~ynh1 ## Screenshots diff --git a/conf/armv7_bullseye.src b/conf/armv7_bullseye.src index f3a9477..bc6829f 100644 --- a/conf/armv7_bullseye.src +++ b/conf/armv7_bullseye.src @@ -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_SUM=629234fc221c0fdbf31ea45719aade7468fbee124f338aa342fd805bbf3bb3d8 +SOURCE_SUM=6d52ab1a1cfa3471f123e45f4054a38e8269f0258313038e1f02f3262f89d6d5 # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/conf/armv7_buster.src b/conf/armv7_buster.src index 1e057c6..680ee6f 100644 --- a/conf/armv7_buster.src +++ b/conf/armv7_buster.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/Josue-T/pgadmin_python_build/releases/download/v4-6.9/pgadmin_4-6.9-buster-bin1_armv7l.tar.gz -SOURCE_SUM=23007c7e80d082e84154047200172c811ef53fd5870f02b17bb2bfef6d2afa4f +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_SUM=6a339d0d21d4b771c9a6cec57d3d21a51cfe23247ecfdba8e3f8234f4052b64f # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/manifest.json b/manifest.json index a35ee25..28d5836 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Manage PostgreSQL databases over the web", "fr": "Application web de gestion des bases de données PostgreSQL" }, - "version": "4-6.9~ynh1", + "version": "4-6.11~ynh1", "url": "https://www.pgadmin.org", "upstream": { "license": "PostgreSQL",