diff --git a/README.md b/README.md index ec21686..02f6421 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.22.2~ynh1 +**Shipped version:** 2.22.3~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 8ac72c1..852cf7b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +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.2~ynh1 +**Version incluse :** 2.22.3~ynh1 ## Captures d'écran diff --git a/conf/amd64.src b/conf/amd64.src index 48e71e2..1056fdb 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/filebrowser/filebrowser/releases/download/v2.22.2/linux-amd64-filebrowser.tar.gz -SOURCE_SUM=5d3e0638416ef00d7876212b26f3d897f44e06ce3dc219c5c0bcda491d35da45 +SOURCE_URL=https://github.com/filebrowser/filebrowser/releases/download/v2.22.3/linux-amd64-filebrowser.tar.gz +SOURCE_SUM=d90fc1739b4532a48b572819ba73068e3058f45acab859cf2dae5884174a4311 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=false diff --git a/conf/arm64.src b/conf/arm64.src index f7e70b7..55397f6 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/filebrowser/filebrowser/releases/download/v2.22.2/linux-arm64-filebrowser.tar.gz -SOURCE_SUM=f3ba6c7932bce751522fccb0264da1287ae0764aa996d20e8dc0a7c66e300d06 +SOURCE_URL=https://github.com/filebrowser/filebrowser/releases/download/v2.22.3/linux-arm64-filebrowser.tar.gz +SOURCE_SUM=3d5d7461ba2b7c9686d60ce076ea0076666207a8f8b9766ee87075772b197b29 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=false diff --git a/conf/armhf.src b/conf/armhf.src index 5d044e8..f5ddf5e 100644 --- a/conf/armhf.src +++ b/conf/armhf.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/filebrowser/filebrowser/releases/download/v2.22.2/linux-armv7-filebrowser.tar.gz -SOURCE_SUM=5ecbc25bd3c7efb36e0c37ea951fbf100fe263668d534ef26a2f81d9ad356113 +SOURCE_URL=https://github.com/filebrowser/filebrowser/releases/download/v2.22.3/linux-armv7-filebrowser.tar.gz +SOURCE_SUM=bc89b983d6b3b2d0be734471df071bb6cac2629a68f4338f773d71215a68476a SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=false diff --git a/manifest.json b/manifest.json index a5e152c..0a56809 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Web File Browser", "fr": "Gestionnaire de fichiers" }, - "version": "2.22.2~ynh1", + "version": "2.22.3~ynh1", "url": "https://filebrowser.org", "upstream": { "license": "Apache-2.0",