From e990cdbed2b4cca7c6650a6e0247a78e47b2d3a2 Mon Sep 17 00:00:00 2001 From: mbugeia Date: Thu, 22 Oct 2015 23:30:16 +0200 Subject: [PATCH] Update to Seafile 4.4.3 Former-commit-id: 951d1114e9d45acccdcb0393d697517471971271 --- README.md | 12 ++++++------ manifest.json | 2 +- ...d => seafile-server_4.4.3_rpi.tar.REMOVED.git-id} | 0 3 files changed, 7 insertions(+), 7 deletions(-) rename sources/{seafile-server_stable_4.4.3_pi.tar.REMOVED.git-id => seafile-server_4.4.3_rpi.tar.REMOVED.git-id} (100%) 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