aboutsummaryrefslogtreecommitdiff
path: root/utils/btrfs-progs
diff options
context:
space:
mode:
authorJosef Schlehofer <pepe.schlehofer@gmail.com>2023-09-17 13:06:48 +0200
committerRosen Penev <rosenp@gmail.com>2023-09-23 18:44:32 -0700
commit16e484cad1d2e9686916c0cfcafd54cf3777378f (patch)
tree1c41c95a45cbca5d77580d3829c2f1aaccb585c7 /utils/btrfs-progs
parente97f763a7281b543dfb9709cf84da97f28bbf0db (diff)
btrfs-progs: update to version 6.5.1
Release notes: https://github.com/kdave/btrfs-progs/releases/tag/v6.5.1 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'utils/btrfs-progs')
-rw-r--r--utils/btrfs-progs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/btrfs-progs/Makefile b/utils/btrfs-progs/Makefile
index ce1eae5eb..fa297fafa 100644
--- a/utils/btrfs-progs/Makefile
+++ b/utils/btrfs-progs/Makefile
@@ -6,12 +6,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=btrfs-progs
-PKG_VERSION:=6.3
+PKG_VERSION:=6.5.1
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@KERNEL/linux/kernel/people/kdave/btrfs-progs
-PKG_HASH:=40a0bdff787ecb490e5533dbcefd4852176daf12aae5a1158203db43d8ad6a7d
+PKG_HASH:=dacbb28136e82586af802205263a428c3d1941778bc3fdc9b1b386ea12eb904e
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-v$(PKG_VERSION)
PKG_MAINTAINER:=Karel Kočí <karel.koci@nic.cz>