#!/usr/bin/env dotslash // jolt with the Bionic `struct addrinfo` fix, from the fork at // gitlab.com/nandithebull/jolt (commit 2b80d68d). Upstream's own release reads // `ai_addr` at glibc's offset, which on Android is `ai_canonname` — a null // pointer — so every TLS connect fails there and reports a refusal the network // never made. Nothing else differs from v0.7.28. // // Linux x86_64 only: it is what the APK is built on. Other platforms fall back // to whatever `jolt` is on PATH, which is upstream's, which is fine for // everything but an Android build. { "name": "jolt", "platforms": { "linux-x86_64": { "size": 15782379, "hash": "sha256", "digest": "aabb71f809aebd9d607b7a5036229f933c733ae90785cb29df899f116be9589f", "format": "tar.gz", "path": "jolt-v0.7.28-1-g2b80d68d-x86_64-linux/jolt", "providers": [ { "url": "https://gitlab.com/nandithebull/jolt/-/releases/v0.7.28-android/downloads/jolt-v0.7.28-1-g2b80d68d-x86_64-linux.tar.gz" } ] } } }