File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,11 @@ var below is important, you'll need to interact with the GitHub API to find it
1414when upgrading to a new release):
1515
1616``` make
17- HOST_LLVM_OBFUSCATOR_VERSION = v4
18- HOST_LLVM_OBFUSCATOR_SOURCE = 5086675
17+ HOST_LLVM_OBFUSCATOR_VERSION = v7
18+ HOST_LLVM_OBFUSCATOR_SOURCE = $(HOST_LLVM_OBFUSCATOR_VERSION ) /llvm-obfuscator-arm-x86.txz
19+ HOST_LLVM_OBFUSCATOR_SITE = https://github.com/swift-nav/llvm-obfuscator-arm/releases/download/
20+ HOST_LLVM_OBFUSCATOR_ACTUAL_SOURCE_TARBALL = llvm-obfuscator-$(HOST_LLVM_OBFUSCATOR_VERSION ) .tar.xz
1921
20- HOST_LLVM_OBFUSCATOR_SITE = https://$(GITHUB_TOKEN ) :@api.github.com/repos/swift-nav/llvm-obfuscator-arm/releases/assets
21- HOST_LLVM_OBFUSCATOR_METHOD = wget
22- HOST_LLVM_OBFUSCATOR_DL_OPTS = --auth-no-challenge --header='Accept:application/octet-stream'
23-
24- HOST_LLVM_OBFUSCATOR_ACTUAL_SOURCE_TARBALL = llvm-obfuscator-arm-$(HOST_LLVM_OBFUSCATOR_VERSION ) .tar.xz
2522HOST_LLVM_OBFUSCATOR_DEPENDENCIES = host-xz
2623
2724define HOST_LLVM_OBFUSCATOR_PRE_EXTRACT_FIXUP
You can’t perform that action at this time.
0 commit comments