mirror of
https://github.com/YunoHost-Apps/paperless-ngx_ynh.git
synced 2024-09-03 19:56:33 +02:00
commit
8df4e09dc9
5 changed files with 8 additions and 7 deletions
2
.github/workflows/updater.sh
vendored
2
.github/workflows/updater.sh
vendored
|
@ -70,6 +70,8 @@ rm -rf $tempdir
|
||||||
# Get extension
|
# Get extension
|
||||||
if [[ $filename == *.tar.gz ]]; then
|
if [[ $filename == *.tar.gz ]]; then
|
||||||
extension=tar.gz
|
extension=tar.gz
|
||||||
|
elif [[ $filename == *.tar.xz ]]; then
|
||||||
|
extension=tar.xz
|
||||||
else
|
else
|
||||||
extension=${filename##*.}
|
extension=${filename##*.}
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -33,7 +33,7 @@ Paperless-ngx is a document management system that transforms your physical docu
|
||||||
* [More screenshots are available in the documentation](https://paperless-ngx.readthedocs.io/en/latest/screenshots.html).
|
* [More screenshots are available in the documentation](https://paperless-ngx.readthedocs.io/en/latest/screenshots.html).
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 1.13.0~ynh1
|
**Shipped version:** 1.14.4~ynh1
|
||||||
|
|
||||||
**Demo:** https://demo.paperless-ngx.com/
|
**Demo:** https://demo.paperless-ngx.com/
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@ Paperless-ngx is a document management system that transforms your physical docu
|
||||||
* [More screenshots are available in the documentation](https://paperless-ngx.readthedocs.io/en/latest/screenshots.html).
|
* [More screenshots are available in the documentation](https://paperless-ngx.readthedocs.io/en/latest/screenshots.html).
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 1.13.0~ynh1
|
**Version incluse :** 1.14.4~ynh1
|
||||||
|
|
||||||
**Démo :** https://demo.paperless-ngx.com/
|
**Démo :** https://demo.paperless-ngx.com/
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
SOURCE_URL=https://github.com/paperless-ngx/paperless-ngx/releases/download/v1.13.0/paperless-ngx-v1.13.0.tar.xz
|
SOURCE_URL=https://github.com/paperless-ngx/paperless-ngx/releases/download/v1.14.4/paperless-ngx-v1.14.4.tar.xz
|
||||||
SOURCE_SUM=f6544fdc300d349209385b429f8d38c76bdcde306771950604174f8f732f53ad
|
SOURCE_SUM=4e70f3307b627363a92b809840edb9ea411f70e4aa2abb21d862eff4477adb6b
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.xz
|
SOURCE_FORMAT=tar.xz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
SOURCE_FILENAME=
|
SOURCE_FILENAME=
|
||||||
SOURCE_EXTRACT=true
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Scan, index and archive all your physical documents",
|
"en": "Scan, index and archive all your physical documents",
|
||||||
"fr": "Scannez, triez et archivez tous vos documents papiers"
|
"fr": "Scannez, triez et archivez tous vos documents papiers"
|
||||||
},
|
},
|
||||||
"version": "1.13.0~ynh1",
|
"version": "1.14.4~ynh1",
|
||||||
"url": "https://paperless-ngx.com",
|
"url": "https://paperless-ngx.com",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
"postgresql"
|
"postgresql"
|
||||||
],
|
],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install" : [
|
"install": [
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain"
|
"type": "domain"
|
||||||
|
|
Loading…
Reference in a new issue