Skip to content

Commit 90068f6

Browse files
committed
Beta version 5.1.8: Update tg_owt on Linux.
1 parent f37d056 commit 90068f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Telegram/build/docker/centos_env/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ COPY --link --from=pipewire {{ LibrariesPath }}/pipewire-cache /
761761
RUN git init tg_owt \
762762
&& cd tg_owt \
763763
&& git remote add origin {{ GIT }}/desktop-app/tg_owt.git \
764-
&& git fetch --depth=1 origin afd9d5d31798d3eacf9ed6c30601e91d0f1e4d60 \
764+
&& git fetch --depth=1 origin c9cc4390ab951f2cbc103ff783a11f398b27660b \
765765
&& git reset --hard FETCH_HEAD \
766766
&& git submodule update --init --recursive --depth=1 \
767767
&& rm -rf .git \

snap/snapcraft.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ parts:
165165
patches:
166166
source: https://github.com/desktop-app/patches.git
167167
source-depth: 1
168-
source-commit: 803f1c2630f5eb0d3b00ba3f095b3079c0533156
168+
source-commit: 8639205c2095a3f015449f8995fbfe16405218b8
169169
plugin: dump
170170
override-pull: |
171171
craftctl default
@@ -434,7 +434,7 @@ parts:
434434
webrtc:
435435
source: https://github.com/desktop-app/tg_owt.git
436436
source-depth: 1
437-
source-commit: 3bb3d757681e6cc5135aec6529a753dc3dcdcfb9
437+
source-commit: c9cc4390ab951f2cbc103ff783a11f398b27660b
438438
plugin: cmake
439439
build-environment:
440440
- LDFLAGS: ${LDFLAGS:+$LDFLAGS} -s

0 commit comments

Comments
 (0)