Skip to content

Commit a8dca06

Browse files
committed
Update patches and ffmpeg in snap.
1 parent 56bd59a commit a8dca06

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Telegram/build/release.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ def prepareSources():
250250
})
251251

252252
r = requests.get(url + 'repos/telegramdesktop/tdesktop/releases/tags/v' + version)
253+
253254
if r.status_code == 404:
254255
print('Release not found, creating.')
255256
if commit == '':

snap/snapcraft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ parts:
121121
patches:
122122
source: https://github.com/desktop-app/patches.git
123123
source-depth: 1
124-
source-commit: 701cfb4b3d6612188d168f198c842114fd64726f
124+
source-commit: 5c6549de54d24aa11bff0968b92fae06afe5b168
125125
plugin: nil
126126
override-pull: |
127127
craftctl default
@@ -162,7 +162,7 @@ parts:
162162
ffmpeg:
163163
source: https://github.com/FFmpeg/FFmpeg.git
164164
source-depth: 1
165-
source-branch: n6.1.1
165+
source-branch: n6.1.6
166166
plugin: autotools
167167
build-packages:
168168
- nasm

0 commit comments

Comments
 (0)