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 #44 from YunoHost-Apps/testing

Fix ARMv6l source
This commit is contained in:
yalh76 2022-06-17 00:15:36 +02:00 committed by GitHub
commit f515591530
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Offers a user experience similar to virtual machines but using Linux containers instead.
**Shipped version:** 5.2~ynh1
**Shipped version:** 5.2~ynh2
**Demo:** https://linuxcontainers.org/lxd/try-it/
## Disclaimers / important information

View file

@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Offre une expérience utilisateur similaire aux machines virtuelles mais en utilisant des conteneurs Linux à la place.
**Version incluse :** 5.2~ynh1
**Version incluse :** 5.2~ynh2
**Démo :** https://linuxcontainers.org/lxd/try-it/
## Avertissements / informations importantes

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://go.dev/dl/go1.18.linux-armv6l.tar.gz
SOURCE_SUM=3287ca2fe6819fa87af95182d5942bf4fa565aff8f145812c6c70c0466ce25ae
SOURCE_SUM=a80fa43d1f4575fb030adbfbaa94acd860c6847820764eecb06c63b7c103612b
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.2~ynh1",
"version": "5.2~ynh2",
"url": "https://example.com",
"upstream": {
"license": "Apache-2.0",