diff --git a/README.md b/README.md index 4646e93..3f430f5 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.19~ynh1 +**Shipped version:** 5.20~ynh1 **Demo:** https://linuxcontainers.org/lxd/try-it/ diff --git a/README_fr.md b/README_fr.md index e85b661..6acf499 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.19~ynh1 +**Version incluse :** 5.20~ynh1 **Démo :** https://linuxcontainers.org/lxd/try-it/ diff --git a/conf/go.amd64.src b/conf/go.amd64.src index 1ed4b3c..4c0a560 100644 --- a/conf/go.amd64.src +++ b/conf/go.amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://go.dev/dl/go1.21.3.linux-amd64.tar.gz -SOURCE_SUM=1241381b2843fae5a9707eec1f8fb2ef94d827990582c7c7c32f5bdfbfd420c8 +SOURCE_URL=https://go.dev/dl/go1.21.5.linux-amd64.tar.gz +SOURCE_SUM=e2bc0b3e4b64111ec117295c088bde5f00eeed1567999ff77bc859d7df70078e 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 0750a7a..06a18bc 100644 --- a/conf/go.arm.src +++ b/conf/go.arm.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://go.dev/dl/go1.21.3.linux-armv6l.tar.gz -SOURCE_SUM=a1ddcaaf0821a12a800884c14cb4268ce1c1f5a0301e9060646f1e15e611c6c7 +SOURCE_URL=https://go.dev/dl/go1.21.5.linux-armv6l.tar.gz +SOURCE_SUM=837f4bf4e22fcdf920ffeaa4abf3d02d1314e03725431065f4d44c46a01b42fe 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 634562a..5eec401 100644 --- a/conf/go.arm64.src +++ b/conf/go.arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://go.dev/dl/go1.21.3.linux-arm64.tar.gz -SOURCE_SUM=fc90fa48ae97ba6368eecb914343590bbb61b388089510d0c56c2dde52987ef3 +SOURCE_URL=https://go.dev/dl/go1.21.5.linux-arm64.tar.gz +SOURCE_SUM=841cced7ecda9b2014f139f5bab5ae31785f35399f236b8b3e75dff2a2978d96 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 331f061..0d6add7 100644 --- a/conf/go.i386.src +++ b/conf/go.i386.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://go.dev/dl/go1.21.3.linux-386.tar.gz -SOURCE_SUM=fb209fd070db500a84291c5a95251cceeb1723e8f6142de9baca5af70a927c0e +SOURCE_URL=https://go.dev/dl/go1.21.5.linux-386.tar.gz +SOURCE_SUM=8f4dba9cf5c61757bbd7e9ebdb93b6a30a1b03f4a636a1ba0cc2f27b907ab8e1 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/lxd.src b/conf/lxd.src index cce767d..473da13 100644 --- a/conf/lxd.src +++ b/conf/lxd.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/canonical/lxd/releases/download/lxd-5.19/lxd-5.19.tar.gz -SOURCE_SUM=4edc371e8c7e19fa08f1d1362a96761d44db94e3c5054b3adc8051235f250223 +SOURCE_URL=https://github.com/canonical/lxd/releases/download/lxd-5.20/lxd-5.20.tar.gz +SOURCE_SUM=2f958b757f4cde64d0f3578da0bda9ee5965a3a70ec0956eddf8287d1290167f SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index bc90cbb..92f3592 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.19~ynh1", + "version": "5.20~ynh1", "url": "https://example.com", "upstream": { "license": "Apache-2.0",