diff --git a/README.md b/README.md index 0adb1ca..0b52dea 100644 --- a/README.md +++ b/README.md @@ -22,18 +22,18 @@ Upgrade From command line: -`sudo yunohost app upgrade -l Seafile https://github.com/mbugeia/seafile_ynh seafile` - -This will install Seafile v4.3.1 with HTTPS Sync only. +`sudo yunohost app upgrade -u https://github.com/mbugeia/seafile_ynh seafile` Infos ----- -Seafile server v4.3.2 +Seafile server v4.4.3 -Available for x64, i386, armhf and Raspberry architecture but only tested for x64 (feedback are welcome) +Available for x64, i386, and Raspberry architecture but only tested for x64 (feedback are welcome) -In armhf it don't run actually. Please see this issue : https://github.com/haiwen/seafile/issues/1358 +Seafile no longer supports armhf architectures AFAIK. + +/!\ To login use your yunohost email not your username. TODO ----- diff --git a/manifest.json b/manifest.json index 2c9f820..3827153 100644 --- a/manifest.json +++ b/manifest.json @@ -70,7 +70,7 @@ "en": "What is the server architecture?", "fr": "Quelle est l'architecture du serveur ?" }, - "choices": ["x86-64", "i386", "rpi", "armhf"], + "choices": ["x86-64", "i386", "rpi"], "default": "x86-64" } ] diff --git a/sources/seafile-server_stable_4.4.3_pi.tar.REMOVED.git-id b/sources/seafile-server_4.4.3_rpi.tar.REMOVED.git-id similarity index 100% rename from sources/seafile-server_stable_4.4.3_pi.tar.REMOVED.git-id rename to sources/seafile-server_4.4.3_rpi.tar.REMOVED.git-id