We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c43bfe0 commit a94db7eCopy full SHA for a94db7e
.github/scripts/download-bundled/uriparser.sh
@@ -5,7 +5,7 @@ cd "$(dirname "$0")/../../.."
5
tmp_dir=/tmp/php-src-download-bundled/uriparser
6
rm -rf "$tmp_dir"
7
8
-revision=c3b49569f1f25550a16d9a18207e498d77458b27 # refs/tags/uriparser-0.9.9 with https://github.com/uriparser/uriparser/pull/276
+revision=refs/tags/uriparser-1.0.0
9
10
git clone --depth 1 --revision="$revision" https://github.com/uriparser/uriparser.git "$tmp_dir"
11
0 commit comments