-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhyperd-version.toml
More file actions
21 lines (20 loc) · 1.16 KB
/
Copy pathhyperd-version.toml
File metadata and controls
21 lines (20 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Pinned Hyper **Java** API release used by hyperd-bootstrap.
#
# We pull `hyperd` from the Java binding's bundle, NOT the C++ one: the
# C++ macos-arm64 zip ships an x86_64 `hyperd` (upstream packaging defect),
# which only runs under Rosetta on Apple Silicon. The Java macos-arm64
# bundle carries a native arm64 `hyperd`. Same URL template and same
# internal layout (lib/hyper/hyperd) — only the binding token + sha256s differ.
#
# Bump these values (and sha256s) when upgrading. Contributors without
# an override get this exact release, so reproducibility depends on it.
version = "0.0.25080"
build_id = "r2bfd835b"
# sha256 of each platform's .zip. Omit a platform to skip verification
# for that platform (not recommended). Compute with:
# shasum -a 256 tableauhyperapi-java-<platform>-release-main.<version>.<build_id>.zip
[sha256]
"macos-arm64" = "2b0fa3fefcf4eba60f052e1cb51abfc32d8c84354274513763760f9549b45991"
"macos-x86_64" = "2fb7e58a449f5902e603f46ee7a73c70c85a2ef01e0c6435a26f893c2b9ee1f0"
"linux-x86_64" = "3d3fd2104f55f7fad832470592394dc78f350a03d52e89d36c5288b202dd0bc0"
"windows-x86_64" = "9dc4851d416e0e6e00f0367ee6b45fcd676e7ba3a110d4644e3bec871b9aa1de"