We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3866730 commit 936f727Copy full SHA for 936f727
1 file changed
.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=refs/tags/uriparser-1.0.0
+revision=refs/tags/uriparser-1.0.1
9
10
git clone --depth 1 --revision="$revision" https://github.com/uriparser/uriparser.git "$tmp_dir"
11
0 commit comments