mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Pin a known-working version of radicale too
This commit is contained in:
parent
470c2c6630
commit
65d17bdcbf
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
if [ "$REQUIREMENTS" = "release" ] || [ "$REQUIREMENTS" = "minimal" ]; then
|
if [ "$REQUIREMENTS" = "release" ] || [ "$REQUIREMENTS" = "minimal" ]; then
|
||||||
radicale_pkg="radicale"
|
radicale_pkg="radicale==2.1.10"
|
||||||
elif [ "$REQUIREMENTS" = "devel" ]; then
|
elif [ "$REQUIREMENTS" = "devel" ]; then
|
||||||
radicale_pkg="git+https://github.com/Kozea/Radicale.git"
|
radicale_pkg="git+https://github.com/Kozea/Radicale.git"
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue