verify checksums

This commit is contained in:
2026-02-14 14:00:07 +01:00
parent 03d20665b4
commit b4564fa5bb
16 changed files with 206 additions and 21 deletions

11
packages/xz.shrap Normal file
View File

@@ -0,0 +1,11 @@
(package
(name "xz")
(version "5.8.2")
(homepage "https://tukaani.org/xz/")
(src (tar
(url "https://github.com/tukaani-project/xz/releases/download/v5.8.2/xz-5.8.2.tar.gz")
(dir "xz-5.8.2")
(blake3 "e63d8cbda1ba9e21d36c951a6c67a81cadadfdf4e9a1895c1f278265e8d6f8ad")))
(build
(configure_make
(configure_flags "--disable-shared --disable-doc --disable-nls"))))