forked from ungoogled-software/ungoogled-chromium-macos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdownloads.ini
22 lines (19 loc) · 1.23 KB
/
downloads.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Extra dependencies not included in the main Chromium source archive
# For now, the following are from the top level DEPS file which are needed for building to work
# Uses configparser.BasicInterpolation interpolation
# Google Toolbox for Mac, which is macOS-specific code needed for building
[google-toolbox-for-mac]
version = 2.3.2
url = https://github.com/google/google-toolbox-for-mac/archive/v%(version)s.tar.gz
download_filename = google-toolbox-for-mac-v%(version)s.tar.gz
strip_leading_dirs = google-toolbox-for-mac-%(version)s
sha512 = 7bf01519bb66f33dda6368cdd24cdb95105e57657bf89e404ab9eaf8d18a31a24890db0cd9edf0be687221c72eeef553b494910b6286dccbe0d80754aae6528e
output_path = third_party/google_toolbox_for_mac/src
# Pre-built LLVM toolchain for convenience
[llvm]
version = 15.0.0-rc3
url = https://github.com/llvm/llvm-project/releases/download/llvmorg-%(version)s/clang+llvm-%(version)s-x86_64-apple-darwin.tar.xz
download_filename = clang+llvm-%(version)s-x86_64-apple-darwin.tar.xz
strip_leading_dirs = clang+llvm-%(version)s-x86_64-apple-darwin
sha512 = 5b9a867c16a7546218ef246cadad212b68fe943d07eaf20c619f7ad9574eb401e6c32a089c27d6cc9a4bcb9d6e97fee54a5ecefa6f2963e043f432f690bf956b
output_path = third_party/llvm-build/Release+Asserts