Skip to content

Commit

Permalink
btrfs-progs: update to 6.10.1
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 8, 2024
1 parent e63272e commit 293e2b3
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.10.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:=7e14a5d597f323dd7d1b453e3a4e661a7e9f07ea060efbff4f76ff8315917de8
PKG_HASH:=25684696bc5b5d07c98f19d4bf7a48b53ab94870ca4c468a68af3df9e2c8a35e
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 293e2b3

Please sign in to comment.