Skip to content

Commit 936f727

Browse files
CI: update download-bundled for uriparser 1.0.1
Follow-up to #21890
1 parent 3866730 commit 936f727

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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=refs/tags/uriparser-1.0.0
8+
revision=refs/tags/uriparser-1.0.1
99

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

0 commit comments

Comments
 (0)