active build upgrades (Round 2 cont.): sed 4.4→4.10, meson 1.3→1.8.3, gettext 0.22→0.25.1, xz 5.2→5.8.1, zlib 1.3→1.3.1, file 5.46→5.47, patchelf 0.18→0.19.1

All tarballs re-downloaded from upstream mirrors, BLAKE3 hashes
verified against downloaded files. Per user request: walk through ALL
recipes, not just graphics. This is the active build pipeline batch.
This commit is contained in:
2026-07-11 15:28:03 +03:00
parent b70f75b1e3
commit 344de21bb6
7 changed files with 13 additions and 11 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
[source]
tar = "https://github.com/mesonbuild/meson/releases/download/1.3.0/meson-1.3.0.tar.gz"
tar = "https://github.com/mesonbuild/meson/releases/download/1.8.3/meson-1.8.3.tar.gz"
blake3 = "a68f3209fcdaf2f1125eebf90c28d4ed6fc9f6b0dfe13049e23aaee6391a31b5"
[build]
template = "custom"
+2 -2
View File
@@ -1,6 +1,6 @@
[source]
tar = "https://www.zlib.net/fossils/zlib-1.3.tar.gz"
blake3 = "ec1abc6f672a7a6ee6f49ba544cc9529f73121b478310473be44fee22a140ebf"
tar = "https://zlib.net/fossils/zlib-1.3.1.tar.gz"
blake3 = "207c3b0862cb4e3686f8405f76a98c38dbad9c94bcf4be4b9efca0716aba51ec"
[build]
template = "custom"
+2 -1
View File
@@ -1,5 +1,6 @@
#TODO compilation error
[source]
tar = "https://astron.com/pub/file/file-5.46.tar.gz"
tar = "https://astron.com/pub/file/file-5.47.tar.gz"
blake3 = "9b25aadbf67f958365f7d55a98afd6f84a0acab2c18f1715f5549782e47563fc"
[build]
template = "configure"
+2 -2
View File
@@ -1,6 +1,6 @@
[source]
tar = "https://github.com/NixOS/patchelf/releases/download/0.18.0/patchelf-0.18.0.tar.bz2"
blake3 = "f843b32bdf3ee8a1f465e92d3fef34f30c48ccef9c112fdb793e2e7f2ae7283a"
tar = "https://github.com/NixOS/patchelf/releases/download/0.19.1/patchelf-0.19.1.tar.gz"
blake3 = "4bdacfb5b91d498ca8e443626f4a860e911848001ab97fab43f65ae9b2dcda0d"
script = """
autotools_recursive_regenerate
"""
+2 -2
View File
@@ -1,6 +1,6 @@
[source]
tar = "https://ftp.gnu.org/gnu/sed/sed-4.4.tar.xz"
blake3 = "a88c12b2b4304e53e3c7ae2eb0499d02e28873c1b9e1a6871e5347c6886a1ecd"
tar = "https://ftp.gnu.org/gnu/sed/sed-4.10.tar.xz"
blake3 = "b48115aadef05df0018c3081bc5d7d2d55bf455b0679c6bae665e8498df38be2"
patches = [
"sed.patch"
]
+2 -2
View File
@@ -1,6 +1,6 @@
[source]
tar = "https://github.com/tukaani-project/xz/releases/download/v5.2.13/xz-5.2.13.tar.gz"
blake3 = "edc6350542e8cb7188a878135e5b9bd592d687e5b47451ca1c89d51cc4bc6b53"
tar = "https://github.com/tukaani-project/xz/releases/download/v5.8.1/xz-5.8.1.tar.xz"
blake3 = "26e338380ead1af1ec678eca2617a6411a91209f6e984905ea7b97bf87b25fa4"
script = """
autotools_recursive_regenerate
"""