mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-03 02:12:18 +00:00
110a079d5c
* add: Some more NVIDIA stuff
* fix: Add arches in anda.hcl
Signed-off-by: Gilver <rockgrub@disroot.org>
---------
Signed-off-by: Gilver <rockgrub@disroot.org>
(cherry picked from commit 23a0de7300)
Co-authored-by: Gilver <rockgrub@disroot.org>
6 lines
268 B
Plaintext
6 lines
268 B
Plaintext
let url = "https://developer.download.nvidia.com/compute/nvjpeg2000/redist/";
|
|
let matches = find_all("redistrib_[\\d.]+.json", get(url));
|
|
let series = `${url}${matches[matches.len - 1][0]}`;
|
|
let json = get(series).json();
|
|
rpm.version(json["libnvjpeg_2k"]["version"]);
|