Skip to content

Commit a94db7e

Browse files
committed
adjust bundled uriparser revision
1 parent c43bfe0 commit a94db7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/download-bundled/uriparser.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cd "$(dirname "$0")/../../.."
55
tmp_dir=/tmp/php-src-download-bundled/uriparser
66
rm -rf "$tmp_dir"
77

8-
revision=c3b49569f1f25550a16d9a18207e498d77458b27 # refs/tags/uriparser-0.9.9 with https://github.com/uriparser/uriparser/pull/276
8+
revision=refs/tags/uriparser-1.0.0
99

1010
git clone --depth 1 --revision="$revision" https://github.com/uriparser/uriparser.git "$tmp_dir"
1111

0 commit comments

Comments
 (0)