bcachefs-tools: update to 1.9.1.

This commit is contained in:
Leah Neukirchen 2024-06-21 15:14:09 +02:00
parent 53fa3259a4
commit 0df9c03493
2 changed files with 2 additions and 12 deletions

View File

@ -38,13 +38,3 @@
#include <asm/byteorder.h>
#include <asm/unaligned.h>
#include <linux/bitops.h>
--- a/linux/sort.c
+++ b/linux/sort.c
@@ -12,6 +12,7 @@
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+#include <linux/compiler.h>
#include <linux/types.h>
#include <linux/export.h>
#include <linux/sort.h>

View File

@ -1,7 +1,7 @@
# Template file for 'bcachefs-tools'
pkgname=bcachefs-tools
reverts="24_1"
version=1.7.0
version=1.9.1
revision=1
build_style=gnu-makefile
make_install_args="ROOT_SBINDIR=/usr/bin"
@ -15,7 +15,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-only"
homepage="https://bcachefs.org/"
distfiles="https://github.com/koverstreet/bcachefs-tools/archive/refs/tags/v${version}.tar.gz"
checksum=5347235f7ecd72faf2a04480a482753188f1ed3198747bcdb51eb7f181ed3e79
checksum=1221514e85fc5a3804f9c27b68116a8b3a727645112f19f0932d52ac971da48f
export VERSION=v${version}
export RUST_TARGET