-
Notifications
You must be signed in to change notification settings - Fork 6
/
buildspec.json
58 lines (58 loc) · 2.28 KB
/
buildspec.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"dependencies": {
"obs-studio": {
"version": "30.2.3",
"baseUrl": "https://github.com/obsproject/obs-studio/archive/refs/tags",
"label": "OBS sources",
"hashes": {
"macos": "3d5f37f564564b6e6fb32ba535285e062ee25d573b3a6a405e5a86d5ab029351",
"windows-x64": "a75de0a777013ae5edca526e21b584176bf21606d4d5db23ba4b5a87cfde12e3"
}
},
"prebuilt": {
"version": "2024-05-08",
"baseUrl": "https://github.com/obsproject/obs-deps/releases/download",
"label": "Pre-Built obs-deps",
"hashes": {
"macos-universal": "da3167a3efecfa67dd72e4f2b7964c3456d74c639d4c62aa21ec300ebd5007a8",
"windows-x64": "773c87a0d173125ef2768aaca6f6de64a7d6053213cc9f7d3970a301152042d8",
"windows-x86": "8f4bc6b37acbabe5434e7ebce3bbc8a213d6c265cd7b4e708cd17ca4aa334130"
}
},
"qt6": {
"version": "2024-05-08",
"baseUrl": "https://github.com/obsproject/obs-deps/releases/download",
"label": "Pre-Built Qt6",
"hashes": {
"macos-universal": "248fb342e7ddf574af0960aaedeffb832deda1485dc81583302646e979593a6e",
"windows-x64": "8f459af5115ce081ae24b108712327e113893f250e14a902b1bd188b43873ed1"
},
"debugSymbols": {
"windows-x64": "e4bc882f23195becbe53f1594fe75bdb9ff4f1d01e319f6caf8e0a38000cb42b"
}
}
},
"tools": {
"packages": {
"version": "1.2.10",
"baseUrl": "http://s.sudre.free.fr/Software/files",
"label": "Packages.app",
"hash": "6afdd25386295974dad8f078b8f1e41cabebd08e72d970bf92f707c7e48b16c9"
}
},
"platformConfig": {
"macos": {
"bundleId": "net.sorayuki.obs-ffmpeg-afilter"
}
},
"name": "obs-ffmpeg-afilter",
"version": "0.4.0",
"author": "SoraYuki",
"website": "https://github.com/sorayuki/obs-ffmpeg-afilter",
"email": "me@example.com",
"uuids": {
"macosPackage": "64F7F5CC-D9C0-40AF-A395-938283DDE55A",
"macosInstaller": "722FE4BE-2DFB-423A-840E-E1A53821D003",
"windowsApp": "79A33CDD-CF23-401E-AF54-6B234686718F"
}
}