1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lxd_ynh.git synced 2024-09-03 19:45:53 +02:00

Merge pull request #74 from YunoHost-Apps/testing

Testing
This commit is contained in:
Kayou 2023-05-30 10:58:19 +02:00 committed by GitHub
commit e9cab71b6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 13 additions and 13 deletions

View file

@ -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.13~ynh1
**Shipped version:** 5.14~ynh1
**Demo:** https://linuxcontainers.org/lxd/try-it/

View file

@ -19,7 +19,7 @@ Si vous navez 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.13~ynh1
**Version incluse :** 5.14~ynh1
**Démo :** https://linuxcontainers.org/lxd/try-it/

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://go.dev/dl/go1.20.3.linux-amd64.tar.gz
SOURCE_SUM=979694c2c25c735755bf26f4f45e19e64e4811d661dd07b8c010f7a8e18adfca
SOURCE_URL=https://go.dev/dl/go1.20.4.linux-amd64.tar.gz
SOURCE_SUM=698ef3243972a51ddb4028e4a1ac63dc6d60821bf18e59a807e051fee0a385bd
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://go.dev/dl/go1.20.3.linux-armv6l.tar.gz
SOURCE_SUM=b421e90469a83671641f81b6e20df6500f033e9523e89cbe7b7223704dd1035c
SOURCE_URL=https://go.dev/dl/go1.20.4.linux-armv6l.tar.gz
SOURCE_SUM=0b75ca23061a9996840111f5f19092a1bdbc42ec1ae25237ed2eec1c838bd819
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://go.dev/dl/go1.20.3.linux-arm64.tar.gz
SOURCE_SUM=eb186529f13f901e7a2c4438a05c2cd90d74706aaa0a888469b2a4a617b6ee54
SOURCE_URL=https://go.dev/dl/go1.20.4.linux-arm64.tar.gz
SOURCE_SUM=105889992ee4b1d40c7c108555222ca70ae43fccb42e20fbf1eebb822f5e72c6
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://go.dev/dl/go1.20.3.linux-386.tar.gz
SOURCE_SUM=e12384311403f1389d14cc1c1295bfb4e0dd5ab919403b80da429f671a223507
SOURCE_URL=https://go.dev/dl/go1.20.4.linux-386.tar.gz
SOURCE_SUM=5dfa3db9433ef6a2d3803169fb4bd2f4505414881516eb9972d76ab2e22335a7
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/lxc/lxd/releases/download/lxd-5.13/lxd-5.13.tar.gz
SOURCE_SUM=932b3ccdfaa192926aab820283a74eb28244a31276d3d1b0763191adfad9ee3d
SOURCE_URL=https://github.com/lxc/lxd/releases/download/lxd-5.14/lxd-5.14.tar.gz
SOURCE_SUM=12d559d20f4b0fa75603bd3f13501dfd15898dbbeb033536845de7e827533011
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -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.13~ynh1",
"version": "5.14~ynh1",
"url": "https://example.com",
"upstream": {
"license": "Apache-2.0",