Browse Source

[mORMot] fixed GPF on plaintext endpoint 2.2.7693 (#9121)

Co-authored-by: pavel.mash <[email protected]>
pavelmash 1 year ago
parent
commit
c225d2aac6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Pascal/mormot/setup_and_build.sh

+ 1 - 1
frameworks/Pascal/mormot/setup_and_build.sh

@@ -35,7 +35,7 @@ echo "Download statics from $URL ..."
 wget -qO- "$URL" | tar -xz -C ./libs/mORMot/static
 
 # uncomment for fixed commit URL
-URL=https://github.com/synopse/mORMot2/tarball/f0fc66c954cd45f5c581e52c21170923805a683b
+URL=https://github.com/synopse/mORMot2/tarball/a0dda41833c3d32531080d1eeb5a1627540d62e9
 #URL="https://api.github.com/repos/synopse/mORMot2/tarball/$USED_TAG"
 echo "Download and unpacking mORMot sources from $URL ..."
 wget -qO- "$URL" | tar -xz -C ./libs/mORMot  --strip-components=1