From f0a39f304fcccb2b78f46cfd83f9795caec57d8e Mon Sep 17 00:00:00 2001 From: Kay0u Date: Fri, 11 Aug 2023 17:05:09 +0200 Subject: [PATCH 1/3] LXD is now under canonical --- README.md | 2 +- README_fr.md | 2 +- conf/lxd.src | 2 +- manifest.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6a480fb..0c691d8 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ How to configure this app: In cli * Official app website: * Official admin documentation: -* Upstream app code repository: +* Upstream app code repository: * YunoHost documentation for this app: * Report a bug: diff --git a/README_fr.md b/README_fr.md index 95156fb..fe5cd84 100644 --- a/README_fr.md +++ b/README_fr.md @@ -37,7 +37,7 @@ 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 : +* Dépôt de code officiel de l’app : * Documentation YunoHost pour cette app : * Signaler un bug : diff --git a/conf/lxd.src b/conf/lxd.src index 591ad66..d630501 100644 --- a/conf/lxd.src +++ b/conf/lxd.src @@ -1,4 +1,4 @@ -SOURCE_URL=https://github.com/lxc/lxd/releases/download/lxd-5.15/lxd-5.15.tar.gz +SOURCE_URL=https://github.com/canonical/lxd/releases/download/lxd-5.15/lxd-5.15.tar.gz SOURCE_SUM=7b3ffcef9caed1762ee4e45fe1a93a44dd63586c6e1a4d27f74db7cc992896e3 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz diff --git a/manifest.json b/manifest.json index 61cd1d0..0176494 100644 --- a/manifest.json +++ b/manifest.json @@ -13,7 +13,7 @@ "website": "https://linuxcontainers.org/lxd/", "demo": "https://linuxcontainers.org/lxd/try-it/", "admindoc": "https://linuxcontainers.org/lxd/docs/master/index.html", - "code": "https://github.com/lxc/lxd" + "code": "https://github.com/canonical/lxd" }, "license": "Apache-2.0", "maintainer": { From 4f0a4dece4b08d010e399e7262f91cb6483326c2 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 11 Aug 2023 15:06:04 +0000 Subject: [PATCH 2/3] Upgrade to v5.16 --- conf/go.amd64.src | 4 ++-- conf/go.arm.src | 4 ++-- conf/go.arm64.src | 4 ++-- conf/go.i386.src | 4 ++-- conf/lxd.src | 4 ++-- manifest.json | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/conf/go.amd64.src b/conf/go.amd64.src index 190aaed..2fd5873 100644 --- a/conf/go.amd64.src +++ b/conf/go.amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://go.dev/dl/go1.20.5.linux-amd64.tar.gz -SOURCE_SUM=d7ec48cde0d3d2be2c69203bc3e0a44de8660b9c09a6e85c4732a3f7dc442612 +SOURCE_URL=https://go.dev/dl/go1.21.0.linux-amd64.tar.gz +SOURCE_SUM=d0398903a16ba2232b389fb31032ddf57cac34efda306a0eebac34f0965a0742 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 3fbaffd..26f769d 100644 --- a/conf/go.arm.src +++ b/conf/go.arm.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://go.dev/dl/go1.20.5.linux-armv6l.tar.gz -SOURCE_SUM=79d8210efd4390569912274a98dffc16eb85993cccdeef4d704e9b0dfd50743a +SOURCE_URL=https://go.dev/dl/go1.21.0.linux-armv6l.tar.gz +SOURCE_SUM=e377a0004957c8c560a3ff99601bce612330a3d95ba3b0a2ae144165fc87deb1 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 6a0cd2b..3e8c264 100644 --- a/conf/go.arm64.src +++ b/conf/go.arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://go.dev/dl/go1.20.5.linux-arm64.tar.gz -SOURCE_SUM=aa2fab0a7da20213ff975fa7876a66d47b48351558d98851b87d1cfef4360d09 +SOURCE_URL=https://go.dev/dl/go1.21.0.linux-arm64.tar.gz +SOURCE_SUM=f3d4548edf9b22f26bbd49720350bbfe59d75b7090a1a2bff1afad8214febaf3 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 25b4e5b..bdedea2 100644 --- a/conf/go.i386.src +++ b/conf/go.i386.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://go.dev/dl/go1.20.5.linux-386.tar.gz -SOURCE_SUM=d394ac8fecf66812c78ffba7fb9a265bb1b9917564c7fd77f0edb0df6d5777a1 +SOURCE_URL=https://go.dev/dl/go1.21.0.linux-386.tar.gz +SOURCE_SUM=0e6f378d9b072fab0a3d9ff4d5e990d98487d47252dba8160015a61e6bd0bcba SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/lxd.src b/conf/lxd.src index d630501..2940a01 100644 --- a/conf/lxd.src +++ b/conf/lxd.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/canonical/lxd/releases/download/lxd-5.15/lxd-5.15.tar.gz -SOURCE_SUM=7b3ffcef9caed1762ee4e45fe1a93a44dd63586c6e1a4d27f74db7cc992896e3 +SOURCE_URL=https://github.com/canonical/lxd/releases/download/lxd-5.16/lxd-5.16.tar.gz +SOURCE_SUM=7afb4d3d9be7c7caf3affb49904a7413b06150158705225d32d649424dd5648f SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 0176494..b728e28 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.15~ynh1", + "version": "5.16~ynh1", "url": "https://example.com", "upstream": { "license": "Apache-2.0", From 63ff7e42ea79bd68ff56947377d8708d9eac732a Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 11 Aug 2023 15:06:08 +0000 Subject: [PATCH 3/3] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c691d8..30f70d1 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.15~ynh1 +**Shipped version:** 5.16~ynh1 **Demo:** https://linuxcontainers.org/lxd/try-it/ diff --git a/README_fr.md b/README_fr.md index fe5cd84..f6e4c76 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.15~ynh1 +**Version incluse :** 5.16~ynh1 **Démo :** https://linuxcontainers.org/lxd/try-it/