From 2ee5ef635b84dc582d86ca3ed89e0b3a1dbf1eea Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 20 Apr 2022 08:52:21 +0200 Subject: [PATCH 1/3] Update updater.sh --- .github/workflows/updater.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index f6ab54d..e85a874 100755 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -10,7 +10,7 @@ # automatic actions when a new upstream release is detected. # Remove this exit command when you are ready to run this Action -exit 1 +#exit 1 #================================================= # FETCHING LATEST RELEASE AND ITS ASSETS @@ -66,13 +66,13 @@ echo "Handling asset at $asset_url" # Here we base the source file name upon a unique keyword in the assets url (admin vs. update) # Leave $src empty to ignore the asset case $asset_url in - *"/linux-amd64-filebrowser.tar.gz"*) + *"/linux-amd64-filebrowser.tar.gz") src="amd64" ;; - *"/linux-arm64-filebrowser.tar.gz"*) + *"/linux-arm64-filebrowser.tar.gz") src="arm64" ;; - *"/linux-armv7-filebrowser.tar.gz"*) + *"/linux-armv7-filebrowser.tar.gz") src="armhf" ;; esac From c1adced0279be8b43ed55fac5fc418c9f1056126 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 20 Apr 2022 09:04:50 +0200 Subject: [PATCH 2/3] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index e8d3601..44290ff 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Web File Browser", "fr": "Gestionnaire de fichiers" }, - "version": "2.21.1~ynh2", + "version": "2.21.1~ynh3", "url": "https://filebrowser.org", "upstream": { "license": "Apache-2.0", From e6ca6c64c7dd68d42f1bafd35b773bf7a23fbd49 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 20 Apr 2022 07:04:56 +0000 Subject: [PATCH 3/3] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a06cd6..a00b2f3 100644 --- a/README.md +++ b/README.md @@ -18,7 +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.21.1~ynh2 +**Shipped version:** 2.21.1~ynh3 diff --git a/README_fr.md b/README_fr.md index edd8bb1..3481ecf 100644 --- a/README_fr.md +++ b/README_fr.md @@ -14,7 +14,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.21.1~ynh2 +**Version incluse :** 2.21.1~ynh3