From 3efcdf8b22811d5a23b080b3d44de7ca7381749a Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 14 Aug 2022 13:34:15 +0000 Subject: [PATCH 1/5] Auto-update README --- README.md | 1 + README_fr.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eb734ce..40021d2 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ filebrowser provides a file managing interface within a specified directory and **Shipped version:** 2.22.4~ynh1 + ## Screenshots ![Screenshot of Filebrowser](./doc/screenshots/spaces_-M8KDxOujDoPpJyJJ5_i_uploads_git-blob-9390768b0cbb83b1e7da55c0ae13ecd2d8fcb114_2.PNG) diff --git a/README_fr.md b/README_fr.md index 519fad8..600dae0 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,8 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files. It allows the creation of multiple users and each user can have its own directory. It can be used as a standalone app or as a middleware. -**Version incluse :** 2.22.4~ynh1 +**Version incluse :** 2.22.4~ynh1 + ## Captures d'écran From f1267d3e782a62186203f08a0dfea54be5ff29b3 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 14 Aug 2022 15:34:41 +0200 Subject: [PATCH 2/5] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 2588865..d42af84 100644 --- a/manifest.json +++ b/manifest.json @@ -20,7 +20,7 @@ "email": "" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.0.9" }, "multi_instance": true, "services": [ From 7c8c92edf738efd586c4296d20c91ba8bb326a8d Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 15 Aug 2022 19:00:38 +0200 Subject: [PATCH 3/5] set relative path for --keep opt --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 176c25f..244bb0a 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -79,7 +79,7 @@ then ynh_script_progression --message="Upgrading source files..." --weight=4 # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$final_path" --source_id=$YNH_ARCH --keep="$final_path/settings.json" + ynh_setup_source --dest_dir="$final_path" --source_id=$YNH_ARCH --keep="settings.json" fi chmod 750 "$final_path" From cccef50bc2b871c01a6f5ad0ce87ad20387f395c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 5 Nov 2022 21:47:55 +0100 Subject: [PATCH 4/5] 2.23.0 --- conf/amd64.src | 4 ++-- conf/arm64.src | 4 ++-- conf/armhf.src | 4 ++-- manifest.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/conf/amd64.src b/conf/amd64.src index 661934d..2f5770e 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/filebrowser/filebrowser/releases/download/v2.22.4/linux-amd64-filebrowser.tar.gz -SOURCE_SUM=2510df4533f235c185f5d812280ffc3b4374e6c8c0758cc04c48587c881f34ef +SOURCE_URL=https://github.com/filebrowser/filebrowser/releases/download/v2.23.0/linux-amd64-filebrowser.tar.gz +SOURCE_SUM=87dfa8c34918951c4ea2f35c77106b9d4cbd5751774271ec26f70107bc4ca275 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=false diff --git a/conf/arm64.src b/conf/arm64.src index 15d5110..caaaf56 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/filebrowser/filebrowser/releases/download/v2.22.4/linux-arm64-filebrowser.tar.gz -SOURCE_SUM=971ac1e5b6d20ad36b0b8a83d30ae0aecfb02634bb27ab80e5062c130429d285 +SOURCE_URL=https://github.com/filebrowser/filebrowser/releases/download/v2.23.0/linux-arm64-filebrowser.tar.gz +SOURCE_SUM=2567cde3cffc1a62e28bf025adcc2607f558248cfe71a6e6bfe690027eebff89 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=false diff --git a/conf/armhf.src b/conf/armhf.src index 79d61f9..25eff31 100644 --- a/conf/armhf.src +++ b/conf/armhf.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/filebrowser/filebrowser/releases/download/v2.22.4/linux-armv7-filebrowser.tar.gz -SOURCE_SUM=1a140e0f6dc34b1c5054e12a4cfa062e2757afb32828e5178ed7570f82080460 +SOURCE_URL=https://github.com/filebrowser/filebrowser/releases/download/v2.23.0/linux-armv7-filebrowser.tar.gz +SOURCE_SUM=4c38b372d4489c4180db34a02019022ee2e73fb172365aaba87f12e8ce78a769 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=false diff --git a/manifest.json b/manifest.json index d42af84..36f1267 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Web File Browser", "fr": "Gestionnaire de fichiers" }, - "version": "2.22.4~ynh1", + "version": "2.23.0~ynh1", "url": "https://filebrowser.org", "upstream": { "license": "Apache-2.0", From 9d5f74891a52b5be8a7afd192d684670bf18f246 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 5 Nov 2022 20:48:00 +0000 Subject: [PATCH 5/5] Auto-update README --- README.md | 3 +-- README_fr.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 40021d2..9d3ee4d 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files. It allows the creation of multiple users and each user can have its own directory. It can be used as a standalone app or as a middleware. -**Shipped version:** 2.22.4~ynh1 - +**Shipped version:** 2.23.0~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 600dae0..9cab928 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,8 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files. It allows the creation of multiple users and each user can have its own directory. It can be used as a standalone app or as a middleware. -**Version incluse :** 2.22.4~ynh1 - +**Version incluse :** 2.23.0~ynh1 ## Captures d'écran