We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 470c2c6 commit 65d17bdCopy full SHA for 65d17bd
tests/storage/servers/radicale/install.sh
@@ -2,7 +2,7 @@
2
set -e
3
4
if [ "$REQUIREMENTS" = "release" ] || [ "$REQUIREMENTS" = "minimal" ]; then
5
- radicale_pkg="radicale"
+ radicale_pkg="radicale==2.1.10"
6
elif [ "$REQUIREMENTS" = "devel" ]; then
7
radicale_pkg="git+https://github.com/Kozea/Radicale.git"
8
else
0 commit comments