1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/filebrowser_ynh.git synced 2024-09-03 18:36:05 +02:00

Merge pull request #4 from YunoHost-Apps/testing

Update updater.sh
This commit is contained in:
Éric Gaspar 2022-04-20 09:05:11 +02:00 committed by GitHub
commit d4f49414ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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",