aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosef Schlehofer <pepe.schlehofer@gmail.com>2020-04-20 09:29:03 +0200
committerGitHub <noreply@github.com>2020-04-20 09:29:03 +0200
commit99e4842e3384107f914d32457889b1eedea9b89a (patch)
tree349c0b6211449769e4c946f1c0d0c2e05773024d
parent56e9d83cf849aeafaa66c9494d24e75c8ba7d102 (diff)
parent0c12882a6507c966f26486b3fb76ef91030c3790 (diff)
Merge pull request #11833 from BKPepe/btrfs-progs
btrfs-progs: update to version 5.6
-rw-r--r--utils/btrfs-progs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/btrfs-progs/Makefile b/utils/btrfs-progs/Makefile
index bea3d033e..2b8472ba0 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:=5.4.1
-PKG_RELEASE:=3
+PKG_VERSION:=5.6
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@KERNEL/linux/kernel/people/kdave/btrfs-progs
-PKG_HASH:=f3e07fb248d608bdad5b63973513211de5daba47aaecfa44d29a836f6e7a9d69
+PKG_HASH:=a1321c77521dfa6cac41d0d030358e9c74bcf650afd6a9c1c7d531e6cd112f6b
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-v$(PKG_VERSION)
PKG_MAINTAINER:=Karel Kočí <karel.koci@nic.cz>