File tree 2 files changed +7
-12
lines changed
2 files changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -148,17 +148,11 @@ workflows:
148
148
is-python3 : true
149
149
name : ffmpeg_mac
150
150
python_version : ' 3.7'
151
- - ffmpeg_win :
152
- cu_version : cpu
153
- is-python3 : true
154
- name : ffmpeg_win
155
- python_version : ' 3.7'
156
151
- hold :
157
152
type : approval
158
153
requires :
159
154
- ffmpeg_linux
160
155
- ffmpeg_mac
161
- - ffmpeg_win
162
156
- ffmpeg_upload :
163
157
context : org-member
164
158
cu_version : cpu
Original file line number Diff line number Diff line change 1
- {% set version = "4.3 " %}
1
+ {% set version = "4.2 " %}
2
2
3
3
package :
4
4
name : ffmpeg
5
5
version : {{ version }}
6
6
7
7
source :
8
8
- url : https://ffmpeg.org/releases/ffmpeg-{{ version }}.tar.gz # [not win]
9
- sha256 : 95edf444cc46509ea1fea85d99ecd40a597a873627483ef9b068796feb3bf72a # [not win]
9
+ sha256 : 9353228c2a397d1c62df7ca16033ec8a0cd2b12296de83a1c74948fe7395bb87 # [not win]
10
10
11
- - url : https://ffmpeg.zeranoe.com/builds/win64/shared/ffmpeg-{{ version }}-win64-shared-lgpl.zip # [win]
12
- sha256 : aaca10decc4696d919284bebdd307db3528240f88ed75fdebc487cf7ca07aeaf # [win]
11
+ # Windows builds are disabled temporarily
12
+ # - url: https://ffmpeg.zeranoe.com/builds/win64/shared/ffmpeg-{{ version }}-win64-shared-lgpl.zip # [win]
13
+ # sha256: aaca10decc4696d919284bebdd307db3528240f88ed75fdebc487cf7ca07aeaf # [win]
13
14
14
- - url : https://ffmpeg.zeranoe.com/builds/win64/dev/ffmpeg-{{ version }}-win64-dev-lgpl.zip # [win]
15
- sha256 : 57f312a15310294101067bc21b9323e41d09c6851ff83d3282200278e5e74b54 # [win]
15
+ # - url: https://ffmpeg.zeranoe.com/builds/win64/dev/ffmpeg-{{ version }}-win64-dev-lgpl.zip # [win]
16
+ # sha256: 57f312a15310294101067bc21b9323e41d09c6851ff83d3282200278e5e74b54 # [win]
16
17
17
18
build :
18
19
number : 0
You can’t perform that action at this time.
0 commit comments