Update package version to 6.19.1

This commit is contained in:
2026-03-21 14:58:23 +02:00
parent b93c60b85c
commit 1fd5a1f506
2 changed files with 10 additions and 5 deletions
+9 -4
View File
@@ -1,6 +1,6 @@
name: btrfs-progs
description: BTRFS filesystem manipulation utilities
version: "6.19"
version: 6.19.1
revision: 1
url: https://btrfs.readthedocs.io/
license: GPL2-only
@@ -17,18 +17,23 @@ depends:
- zlib
- zstd
optional_depends:
- e2fsprogs
- python3
- e2fsprogs:For btrfs-convert
- python3:For python bindings
make_depends:
- asciidoc
- e2fsprogs
- python3
- python-setuptools
- python-sphinx
- python-sphinx_rtd_theme
- udev
- xmlto
check_depends:
- libaio
- liburing
- ripgrep
downloads:
- url: https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v${BPM_PKG_VERSION}.tar.xz
extract_to: ${BPM_SOURCE}
extract_strip_components: 1
checksum: ad6b791a60eb563d3314bc18e3c47f6b053a032639488b5b09b9d5e7921de6b6
checksum: bb27e1ec54e7c3c0b7b2e596f853a73c07a3d72f21bc94042073c24dbf045796
+1 -1
View File
@@ -5,7 +5,7 @@
# The build function is executed in the source directory
# This function is used to compile the source code
build() {
./configure --prefix=/usr --disable-static --disable-documentation
./configure --prefix=/usr --disable-static
make
}