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 9acd664 commit 0d2c3b3Copy full SHA for 0d2c3b3
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/e5ece53ec4ac4788d356f17d2d32ea16379a65a9
+URL=https://github.com/synopse/mORMot2/tarball/bfe812b82a35361274324afb203bd6a5b213444a
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