LibreQR 2.0.0
This commit is contained in:
parent
fe2baefc19
commit
7afd453c63
4 changed files with 11 additions and 11 deletions
|
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
Web interface for generating QR codes
|
||||
|
||||
**Shipped version:** 2.0.0-beta1~ynh1
|
||||
**Shipped version:** 2.0.0~ynh1
|
||||
|
||||
**Demo:** https://qr.antopie.org
|
||||
|
||||
|
@ -29,7 +29,7 @@ Web interface for generating QR codes
|
|||
|
||||
* Upstream app code repository: <https://code.antopie.org/miraty/libreqr>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_qr>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/qr_ynh/issues>
|
||||
* Report a bug: <https://code.antopie.org/miraty/qr_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
|
@ -38,9 +38,9 @@ Please send your pull request to the [testing branch](https://code.antopie.org/m
|
|||
To try the testing branch, please proceed like that.
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://code.antopie.org/miraty/qr_ynh/src/branch/testing --debug
|
||||
sudo yunohost app install https://code.antopie.org/miraty/qr_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade qr -u https://code.antopie.org/miraty/qr_ynh/src/branch/testing --debug
|
||||
sudo yunohost app upgrade qr -u https://code.antopie.org/miraty/qr_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
|
|
|
@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
|
||||
Interface Web pour générer des codes QR
|
||||
|
||||
**Version incluse :** 2.0.0-beta1~ynh1
|
||||
**Version incluse :** 2.0.0~ynh1
|
||||
|
||||
**Démo :** https://qr.antopie.org
|
||||
|
||||
|
@ -29,7 +29,7 @@ Interface Web pour générer des codes QR
|
|||
|
||||
* Dépôt de code officiel de l'app : <https://code.antopie.org/miraty/libreqr>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_qr>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/qr_ynh/issues>
|
||||
* Signaler un bug : <https://code.antopie.org/miraty/qr_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
|
@ -38,9 +38,9 @@ Merci de faire vos pull request sur la [branche testing](https://code.antopie.or
|
|||
Pour essayer la branche testing, procédez comme suit.
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://code.antopie.org/miraty/qr_ynh/src/branch/testing --debug
|
||||
sudo yunohost app install https://code.antopie.org/miraty/qr_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade qr -u https://code.antopie.org/miraty/qr_ynh/src/branch/testing --debug
|
||||
sudo yunohost app upgrade qr -u https://code.antopie.org/miraty/qr_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://code.antopie.org/miraty/libreqr/archive/2.0.0-beta2.tar.gz
|
||||
SOURCE_SUM=29a9c189682b3df13f8fe7b8853a7de4af752f444a0e683efb9b54c08408359804de0bf8c22309f5d91412c9f1d15511488eafa862c50405e5ea885366921d9f
|
||||
SOURCE_URL=https://libreqr.antopie.org/releases/libreqr-2.0.0.tar.gz
|
||||
SOURCE_SUM=3c30b6371fde58b89f1c93f58cc6bb234c6e0f5d025f6427eb879b46156adbcb0ef468cbe9bf96f6d934b373f53f34c14d261e1c968c595195b596df32e7606c
|
||||
SOURCE_SUM_PRG=sha512sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Web interface for generating QR codes",
|
||||
"fr": "Interface Web pour générer des codes QR"
|
||||
},
|
||||
"version": "2.0.0-beta2~ynh1",
|
||||
"version": "2.0.0~ynh1",
|
||||
"url": "https://code.antopie.org/miraty/libreqr",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0-or-later",
|
||||
|
|
Loading…
Add table
Reference in a new issue