Skip to content

Commit

Permalink
btrfs-progs: update to 6.11
Browse files Browse the repository at this point in the history
- Update package URL

Signed-off-by: Aleksey Vasilenko <[email protected]>
  • Loading branch information
krant committed Sep 20, 2024
1 parent e63272e commit 03c263e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/btrfs-progs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=btrfs-progs
PKG_VERSION:=6.9
PKG_VERSION:=6.11
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@KERNEL/linux/kernel/people/kdave/btrfs-progs
PKG_HASH:=7e14a5d597f323dd7d1b453e3a4e661a7e9f07ea060efbff4f76ff8315917de8
PKG_HASH:=ff9ae91521303a90d87e1c4be230f0121f39c44ddbe52c2aeae263c6fecfa099
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-v$(PKG_VERSION)

PKG_MAINTAINER:=Karel Kočí <[email protected]>
Expand All @@ -30,7 +30,7 @@ define Package/btrfs-progs
CATEGORY:=Utilities
SUBMENU:=Filesystem
TITLE:=Btrfs filesystems utilities
URL:=https://btrfs.wiki.kernel.org/
URL:=https://btrfs.readthedocs.io
DEPENDS:= \
+libattr \
+libuuid \
Expand Down

0 comments on commit 03c263e

Please sign in to comment.