diff --git a/README.md b/README.md index 1f9569e..53cdb38 100755 --- a/README.md +++ b/README.md @@ -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: * YunoHost documentation for this app: -* Report a bug: +* Report a bug: ## 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:** diff --git a/README_fr.md b/README_fr.md index 5091d78..b35a7ff 100755 --- a/README_fr.md +++ b/README_fr.md @@ -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 : * Documentation YunoHost pour cette app : -* Signaler un bug : +* Signaler un bug : ## 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 :** diff --git a/conf/app.src b/conf/app.src index 3dd3ef6..83b1595 100755 --- a/conf/app.src +++ b/conf/app.src @@ -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 diff --git a/manifest.json b/manifest.json index ce26d92..67b3825 100755 --- a/manifest.json +++ b/manifest.json @@ -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",