1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/paperless-ngx_ynh.git synced 2024-09-03 19:56:33 +02:00

Merge pull request #85 from YunoHost-Apps/ci-auto-update-2.6.3

Upgrade to v2.6.3
This commit is contained in:
Tagada 2024-03-31 21:13:50 +02:00 committed by GitHub
commit 0f24515fcb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 11 deletions

View file

@ -32,10 +32,9 @@ Paperless-ngx is a document management system that transforms your physical docu
* The integrated sanity checker makes sure that your document archive is in good health.
* [More screenshots are available in the documentation](https://paperless-ngx.readthedocs.io/en/latest/screenshots.html).
**Shipped version:** 2.6.3~ynh1
**Shipped version:** 2.6.1~ynh1
**Demo:** https://demo.paperless-ngx.com/
**Demo:** <https://demo.paperless-ngx.com/>
## Screenshots
@ -56,7 +55,7 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos
To try the testing branch, please proceed like that.
``` bash
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/paperless-ngx_ynh/tree/testing --debug
or
sudo yunohost app upgrade paperless-ngx -u https://github.com/YunoHost-Apps/paperless-ngx_ynh/tree/testing --debug

View file

@ -32,10 +32,9 @@ Paperless-ngx is a document management system that transforms your physical docu
* The integrated sanity checker makes sure that your document archive is in good health.
* [More screenshots are available in the documentation](https://paperless-ngx.readthedocs.io/en/latest/screenshots.html).
**Version incluse :** 2.6.3~ynh1
**Version incluse :** 2.6.1~ynh1
**Démo :** https://demo.paperless-ngx.com/
**Démo :** <https://demo.paperless-ngx.com/>
## Captures décran
@ -56,7 +55,7 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno
Pour essayer la branche testing, procédez comme suit.
``` bash
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/paperless-ngx_ynh/tree/testing --debug
ou
sudo yunohost app upgrade paperless-ngx -u https://github.com/YunoHost-Apps/paperless-ngx_ynh/tree/testing --debug

View file

@ -5,7 +5,7 @@ name = "Paperless-ngx"
description.en = "Scan, index and archive all your physical documents"
description.fr = "Scannez, triez et archivez tous vos documents papiers"
version = "2.6.1~ynh1"
version = "2.6.3~ynh1"
maintainers = ["Tagada"]
@ -55,8 +55,8 @@ ram.runtime = "350M"
[resources.sources]
[resources.sources.main]
url = "https://github.com/paperless-ngx/paperless-ngx/releases/download/v2.6.1/paperless-ngx-v2.6.1.tar.xz"
sha256 = "14307685015d96da1b93a9645ed0dc6b25419f8ea87ab6b8c7aa3397c3486a13"
url = "https://github.com/paperless-ngx/paperless-ngx/releases/download/v2.6.3/paperless-ngx-v2.6.3.tar.xz"
sha256 = "0c74c7d6ba35b576c47481021322d7f5e8847f89c489eed47f5399588aad6d19"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "paperless-ngx-.*.tar.xz"