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 98e919b commit 3833c54Copy full SHA for 3833c54
frameworks/Pascal/mormot/setup_and_build.sh
@@ -35,7 +35,7 @@ echo "Download statics from $URL ..."
35
wget -qO- "$URL" | tar -xz -C ./libs/mORMot/static
36
37
# uncomment for fixed commit URL
38
-URL=https://github.com/synopse/mORMot2/tarball/29ee5335a07f5f8b8765e112d046e874a9893a41
+URL=https://github.com/synopse/mORMot2/tarball/2017bddac17a838c9584763e4bd7538aa6f8a529
39
#URL="https://api.github.com/repos/synopse/mORMot2/tarball/$USED_TAG"
40
echo "Download and unpacking mORMot sources from $URL ..."
41
wget -qO- "$URL" | tar -xz -C ./libs/mORMot --strip-components=1
0 commit comments