Skip to content

Commit 6de5692

Browse files
author
Jason Mobarak
committed
Update README with OSS integration steps
1 parent 35e80f1 commit 6de5692

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,11 @@ var below is important, you'll need to interact with the GitHub API to find it
1414
when 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
2522
HOST_LLVM_OBFUSCATOR_DEPENDENCIES = host-xz
2623

2724
define HOST_LLVM_OBFUSCATOR_PRE_EXTRACT_FIXUP

0 commit comments

Comments
 (0)