From 40418f074a30cf513549122b0a0a692f8569dd2c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 24 Apr 2025 18:06:43 +0200 Subject: [PATCH] bcachefs-tools: update to 1.25.2. --- srcpkgs/bcachefs-tools/patches/make.patch | 2 +- srcpkgs/bcachefs-tools/template | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/bcachefs-tools/patches/make.patch b/srcpkgs/bcachefs-tools/patches/make.patch index 3f05ff8dd16..9fd1f626fe7 100644 --- a/srcpkgs/bcachefs-tools/patches/make.patch +++ b/srcpkgs/bcachefs-tools/patches/make.patch @@ -22,7 +22,7 @@ CFLAGS+=$(call cc-disable-warning, shift-overflow) CFLAGS+=$(call cc-disable-warning, enum-conversion) CFLAGS+=$(call cc-disable-warning, gnu-variable-sized-type-not-at-end) --export RUSTFLAGS=-C default-linker-libraries +-export RUSTFLAGS:=$(RUSTFLAGS) -C default-linker-libraries PKGCONFIG_LIBS="blkid uuid liburcu libsodium zlib liblz4 libzstd libudev libkeyutils" ifdef BCACHEFS_FUSE diff --git a/srcpkgs/bcachefs-tools/template b/srcpkgs/bcachefs-tools/template index c10766c2cba..be82aa7b20d 100644 --- a/srcpkgs/bcachefs-tools/template +++ b/srcpkgs/bcachefs-tools/template @@ -1,7 +1,7 @@ # Template file for 'bcachefs-tools' pkgname=bcachefs-tools reverts="24_1" -version=1.25.1 +version=1.25.2 revision=1 build_style=gnu-makefile make_install_args="ROOT_SBINDIR=/usr/bin" @@ -15,7 +15,7 @@ maintainer="Leah Neukirchen " license="GPL-2.0-only" homepage="https://bcachefs.org/" distfiles="https://github.com/koverstreet/bcachefs-tools/archive/refs/tags/v${version}.tar.gz" -checksum=6717d33f588f55c41046f012b6ab4e2ffc1370aebd0316a512b44cc155bb3c41 +checksum=47a82e7f4199a75b6649face84c0a2f61ec9c0bb59b6ffdd3b2a1904d9909be4 export VERSION=v${version} export RUST_TARGET