diff --git a/README.md b/README.md index 525a898..1615260 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.12~ynh1 +**Shipped version:** 5.13~ynh1 **Demo:** https://linuxcontainers.org/lxd/try-it/ diff --git a/README_fr.md b/README_fr.md index d148fd0..b458f57 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.12~ynh1 +**Version incluse :** 5.13~ynh1 **Démo :** https://linuxcontainers.org/lxd/try-it/ diff --git a/conf/go.amd64.src b/conf/go.amd64.src index 4a03f13..4978b2d 100644 --- a/conf/go.amd64.src +++ b/conf/go.amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://go.dev/dl/go1.20.2.linux-amd64.tar.gz -SOURCE_SUM=4eaea32f59cde4dc635fbc42161031d13e1c780b87097f4b4234cfce671f1768 +SOURCE_URL=https://go.dev/dl/go1.20.3.linux-amd64.tar.gz +SOURCE_SUM=979694c2c25c735755bf26f4f45e19e64e4811d661dd07b8c010f7a8e18adfca 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 e1bf659..03fbb1e 100644 --- a/conf/go.arm.src +++ b/conf/go.arm.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://go.dev/dl/go1.20.2.linux-armv6l.tar.gz -SOURCE_SUM=d79d56bafd6b52b8d8cbe3f8e967caaac5383a23d7a4fa9ac0e89778cd16a076 +SOURCE_URL=https://go.dev/dl/go1.20.3.linux-armv6l.tar.gz +SOURCE_SUM=b421e90469a83671641f81b6e20df6500f033e9523e89cbe7b7223704dd1035c 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 a6a4208..86c18fc 100644 --- a/conf/go.arm64.src +++ b/conf/go.arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://go.dev/dl/go1.20.2.linux-arm64.tar.gz -SOURCE_SUM=78d632915bb75e9a6356a47a42625fd1a785c83a64a643fedd8f61e31b1b3bef +SOURCE_URL=https://go.dev/dl/go1.20.3.linux-arm64.tar.gz +SOURCE_SUM=eb186529f13f901e7a2c4438a05c2cd90d74706aaa0a888469b2a4a617b6ee54 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 e440319..a7c6207 100644 --- a/conf/go.i386.src +++ b/conf/go.i386.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://go.dev/dl/go1.20.2.linux-386.tar.gz -SOURCE_SUM=ee240ed33ae57504c41f04c12236aeaa17fbeb6ea9fcd096cd9dc7a89d10d4db +SOURCE_URL=https://go.dev/dl/go1.20.3.linux-386.tar.gz +SOURCE_SUM=e12384311403f1389d14cc1c1295bfb4e0dd5ab919403b80da429f671a223507 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/lxd.src b/conf/lxd.src index 34c9961..2240fe7 100644 --- a/conf/lxd.src +++ b/conf/lxd.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/lxc/lxd/releases/download/lxd-5.12/lxd-5.12.tar.gz -SOURCE_SUM=6061ff3346b0e7ab2736ddecf1dadc2581d93d89155bdf77622945db6f27321c +SOURCE_URL=https://github.com/lxc/lxd/releases/download/lxd-5.13/lxd-5.13.tar.gz +SOURCE_SUM=932b3ccdfaa192926aab820283a74eb28244a31276d3d1b0763191adfad9ee3d SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index e4a66e9..a22deb5 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.12~ynh1", + "version": "5.13~ynh1", "url": "https://example.com", "upstream": { "license": "Apache-2.0",