libgda.updateScript: freze at 5.0 ABI version

This commit is contained in:
Jan Tojnar 2021-10-14 23:05:44 +02:00
parent 26b4b39f4c
commit 3801cfb22c

View File

@ -87,6 +87,7 @@ assert postgresSupport -> postgresql != null;
updateScript = gnome.updateScript {
packageName = pname;
versionPolicy = "odd-unstable";
freeze = true;
};
};