Fix `source.template.json` (#364)

Third time's the charm.
This commit is contained in:
Fabian Meumertzheim 2024-08-01 16:16:46 +02:00 committed by GitHub
parent 6117a351ef
commit e0ffa169a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{ {
"integrity": "**leave this alone**", "integrity": "**leave this alone**",
"strip_prefix": "{REPO}-{VERSION}", "strip_prefix": "{REPO}-{TAG}",
"url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/toolchains_llvm-{TAG}.tar.gz" "url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/toolchains_llvm-{TAG}.tar.gz"
} }