diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-12 06:17:28 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-12 06:28:37 +0100 |
commit | 27938e42a88ca7ea2357856574eecee792325e0b (patch) | |
tree | 4615953a9ad7bdcfd082c145c400e5edc5268515 | |
parent | 2d1502937ca75a227fd72c0a4cddce5e87029090 (diff) |
xfsprogs: update to 6.6.0
-rw-r--r-- | package/xfsprogs/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/xfsprogs/Makefile b/package/xfsprogs/Makefile index e7ce06e48..e21801f9f 100644 --- a/package/xfsprogs/Makefile +++ b/package/xfsprogs/Makefile @@ -4,13 +4,13 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= xfsprogs -PKG_VERSION:= 5.13.0 +PKG_VERSION:= 6.6.0 PKG_RELEASE:= 1 -PKG_HASH:= 4e142d4babe086adf9016d8c606c805829da08e46389a4433f40346204f90cdb +PKG_HASH:= 50ca2f4676df8fab4cb4c3ef3dd512d5551e6844d40a65a31d5b8e03593d22df PKG_DESCR:= utilities for xfs filesystems PKG_SECTION:= sys/fs -PKG_DEPENDS:= libuuid libblkid libncurses libinih -PKG_BUILDDEP:= e2fsprogs ncurses libinih +PKG_DEPENDS:= libuuid libblkid libncurses libinih liburcu +PKG_BUILDDEP:= e2fsprogs ncurses libinih liburcu PKG_NEEDS:= threads PKG_URL:= http://oss.sgi.com/projects/xfs PKG_SITES:= https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/ |