mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Update to seafile 6.0.9 and fix issue https://github.com/YunoHost-Apps/seafile_ynh/issues/24
This commit is contained in:
parent
8ac1e8dcf4
commit
929304f74c
2 changed files with 10 additions and 10 deletions
|
@ -1,11 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
seafile_version=6.0.8
|
||||
seafile_version=6.0.9
|
||||
|
||||
## Adapt md5sum while you update app
|
||||
x86_64sum="353de460ed8a08f176103e96f1384ff3"
|
||||
i386sum="9a4bc83576ec74b46a907ca081d4914d"
|
||||
armsum="d7a0bd1d0a3948e1d3bc175e6d1ddca8"
|
||||
x86_64sum="8d1547c51feecaff757eb64381ce154c"
|
||||
i386sum="8a0b9e08d9c80790752b435c3e148328"
|
||||
armsum="15ca4b69585a990e00474e4cfc4be9eb"
|
||||
|
||||
init_script() {
|
||||
# Exit on command errors and treat unset variables as an error
|
||||
|
@ -33,7 +33,7 @@ set_configuration() {
|
|||
}
|
||||
|
||||
get_source() {
|
||||
if [[ $1 == 'arm' ]]
|
||||
if [[ $1 == 'rpi' ]]
|
||||
then
|
||||
wget -q -O '/tmp/seafile_src.tar.gz' 'https://github.com/haiwen/seafile-rpi/releases/download/v'$2'/seafile-server_'$2'_stable_pi.tar.gz'
|
||||
md5sum=$armsum
|
||||
|
|
|
@ -7,12 +7,12 @@
|
|||
|
||||
######## We implement manually this fonctions
|
||||
|
||||
seafile_version=6.0.7
|
||||
seafile_version=6.0.9
|
||||
|
||||
## Adapt md5sum while you update app
|
||||
x86_64sum="4ca3c1fc93e5b786eb5d3509f4a3b01a"
|
||||
i386sum="743565be00189698318c8def0fbdaac0"
|
||||
armsum="ee3ef5330a51498faf861594e0fe744a"
|
||||
x86_64sum="8d1547c51feecaff757eb64381ce154c"
|
||||
i386sum="8a0b9e08d9c80790752b435c3e148328"
|
||||
armsum="15ca4b69585a990e00474e4cfc4be9eb"
|
||||
|
||||
init_script() {
|
||||
# Exit on command errors and treat unset variables as an error
|
||||
|
@ -40,7 +40,7 @@ set_configuration() {
|
|||
}
|
||||
|
||||
get_source() {
|
||||
if [[ $1 == 'arm' ]]
|
||||
if [[ $1 == 'rpi' ]]
|
||||
then
|
||||
wget -q -O '/tmp/seafile_src.tar.gz' 'https://github.com/haiwen/seafile-rpi/releases/download/v'$2'/seafile-server_'$2'_stable_pi.tar.gz'
|
||||
md5sum=$armsum
|
||||
|
|
Loading…
Reference in a new issue