Skip to content

Commit 635ed02

Browse files
anonrigjohn-preston
authored andcommitted
update ada-url to v3.2.2
1 parent cd81a54 commit 635ed02

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Telegram/build/docker/centos_env/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ RUN cmake --build out --config Debug --parallel \
805805
{%- endif %}
806806

807807
FROM builder AS ada
808-
RUN git clone -b v3.2.1 --depth=1 {{ GIT }}/ada-url/ada.git \
808+
RUN git clone -b v3.2.2 --depth=1 {{ GIT }}/ada-url/ada.git \
809809
&& cd ada \
810810
&& cmake -GNinja -B build . \
811811
-D CMAKE_BUILD_TYPE=None \

Telegram/build/prepare/prepare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1864,7 +1864,7 @@ def runStages():
18641864
""")
18651865

18661866
stage('ada', """
1867-
git clone -b v3.2.1 https://github.com/ada-url/ada.git
1867+
git clone -b v3.2.2 https://github.com/ada-url/ada.git
18681868
cd ada
18691869
win:
18701870
cmake -B out . ^

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ parts:
218218
ada:
219219
source: https://github.com/ada-url/ada.git
220220
source-depth: 1
221-
source-tag: v3.2.1
221+
source-tag: v3.2.2
222222
plugin: cmake
223223
build-environment:
224224
- LDFLAGS: ${LDFLAGS:+$LDFLAGS} -s

0 commit comments

Comments
 (0)