diff --git a/README.md b/README.md
index e54f39e..7dd82c3 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
LXD is a next generation system container and virtual machine manager. It offers a unified user experience around full Linux systems running inside containers or virtual machines.
-**Shipped version:** 5.17~ynh1
+**Shipped version:** 5.19~ynh1
**Demo:** https://linuxcontainers.org/lxd/try-it/
@@ -37,7 +37,6 @@ How to configure this app: In cli
* Official app website:
* Official admin documentation:
* Upstream app code repository:
-* YunoHost documentation for this app:
* Report a bug:
## Developer info
diff --git a/README_fr.md b/README_fr.md
index 811fd3b..17e9e07 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
LXD est un gestionnaire de conteneurs système et de machines virtuelles de nouvelle génération. Il offre une expérience utilisateur unifiée autour de systèmes Linux complets fonctionnant dans des conteneurs ou des machines virtuelles.
-**Version incluse :** 5.17~ynh1
+**Version incluse :** 5.19~ynh1
**Démo :** https://linuxcontainers.org/lxd/try-it/
@@ -38,7 +38,6 @@ Comment configurer cette application : en cli
* Site officiel de l’app :
* Documentation officielle de l’admin :
* Dépôt de code officiel de l’app :
-* Documentation YunoHost pour cette app :
* Signaler un bug :
## Informations pour les développeurs
diff --git a/conf/go.amd64.src b/conf/go.amd64.src
index 2fd5873..1ed4b3c 100644
--- a/conf/go.amd64.src
+++ b/conf/go.amd64.src
@@ -1,5 +1,5 @@
-SOURCE_URL=https://go.dev/dl/go1.21.0.linux-amd64.tar.gz
-SOURCE_SUM=d0398903a16ba2232b389fb31032ddf57cac34efda306a0eebac34f0965a0742
+SOURCE_URL=https://go.dev/dl/go1.21.3.linux-amd64.tar.gz
+SOURCE_SUM=1241381b2843fae5a9707eec1f8fb2ef94d827990582c7c7c32f5bdfbfd420c8
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true
diff --git a/conf/go.arm.src b/conf/go.arm.src
index 26f769d..0750a7a 100644
--- a/conf/go.arm.src
+++ b/conf/go.arm.src
@@ -1,5 +1,5 @@
-SOURCE_URL=https://go.dev/dl/go1.21.0.linux-armv6l.tar.gz
-SOURCE_SUM=e377a0004957c8c560a3ff99601bce612330a3d95ba3b0a2ae144165fc87deb1
+SOURCE_URL=https://go.dev/dl/go1.21.3.linux-armv6l.tar.gz
+SOURCE_SUM=a1ddcaaf0821a12a800884c14cb4268ce1c1f5a0301e9060646f1e15e611c6c7
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true
diff --git a/conf/go.arm64.src b/conf/go.arm64.src
index 3e8c264..634562a 100644
--- a/conf/go.arm64.src
+++ b/conf/go.arm64.src
@@ -1,5 +1,5 @@
-SOURCE_URL=https://go.dev/dl/go1.21.0.linux-arm64.tar.gz
-SOURCE_SUM=f3d4548edf9b22f26bbd49720350bbfe59d75b7090a1a2bff1afad8214febaf3
+SOURCE_URL=https://go.dev/dl/go1.21.3.linux-arm64.tar.gz
+SOURCE_SUM=fc90fa48ae97ba6368eecb914343590bbb61b388089510d0c56c2dde52987ef3
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true
diff --git a/conf/go.i386.src b/conf/go.i386.src
index bdedea2..331f061 100644
--- a/conf/go.i386.src
+++ b/conf/go.i386.src
@@ -1,5 +1,5 @@
-SOURCE_URL=https://go.dev/dl/go1.21.0.linux-386.tar.gz
-SOURCE_SUM=0e6f378d9b072fab0a3d9ff4d5e990d98487d47252dba8160015a61e6bd0bcba
+SOURCE_URL=https://go.dev/dl/go1.21.3.linux-386.tar.gz
+SOURCE_SUM=fb209fd070db500a84291c5a95251cceeb1723e8f6142de9baca5af70a927c0e
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true
diff --git a/conf/lxd.src b/conf/lxd.src
index 4a51374..cce767d 100644
--- a/conf/lxd.src
+++ b/conf/lxd.src
@@ -1,5 +1,5 @@
-SOURCE_URL=https://github.com/canonical/lxd/releases/download/lxd-5.17/lxd-5.17.tar.gz
-SOURCE_SUM=db5a70f10f14623bb175a2b3357a136a7c71c933515d76ee7ab2193c840ae328
+SOURCE_URL=https://github.com/canonical/lxd/releases/download/lxd-5.19/lxd-5.19.tar.gz
+SOURCE_SUM=4edc371e8c7e19fa08f1d1362a96761d44db94e3c5054b3adc8051235f250223
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true
diff --git a/manifest.json b/manifest.json
index c157503..bc90cbb 100644
--- a/manifest.json
+++ b/manifest.json
@@ -6,7 +6,7 @@
"en": "Offers a user experience similar to virtual machines but using Linux containers instead.",
"fr": "Offre une expérience utilisateur similaire aux machines virtuelles mais en utilisant des conteneurs Linux à la place."
},
- "version": "5.17~ynh1",
+ "version": "5.19~ynh1",
"url": "https://example.com",
"upstream": {
"license": "Apache-2.0",