summaryrefslogtreecommitdiff
path: root/src/third_party/scripts/asio_get_sources.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/scripts/asio_get_sources.sh')
-rwxr-xr-xsrc/third_party/scripts/asio_get_sources.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/scripts/asio_get_sources.sh b/src/third_party/scripts/asio_get_sources.sh
index 6f79f8aa1eb..5df72cdf2ed 100755
--- a/src/third_party/scripts/asio_get_sources.sh
+++ b/src/third_party/scripts/asio_get_sources.sh
@@ -13,7 +13,7 @@ if [ "$#" -ne 0 ]; then
fi
NAME=asio
-REVISION=524288cb4fcf84664b3dc39cb4424c7509969b92
+REVISION=230c0d2ae035c5ce1292233fcab03cea0d341264
SRC_ROOT=$(mktemp -d /tmp/asio.XXXXXX)
#trap "rm -rf $SRC_ROOT" EXIT
SRC=${SRC_ROOT}/${NAME}_${REVISION}