Skip to content

Commit

Permalink
btrfs-progs: Update to 6.3
Browse files Browse the repository at this point in the history
Fixed build issue with musl 1.2.4.

Signed-off-by: Tianling Shen <[email protected]>
  • Loading branch information
1715173329 authored and PolynomialDivision committed May 17, 2023
1 parent eb8a330 commit c2b8dbd
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.0.1
PKG_RELEASE:=2
PKG_VERSION:=6.3
PKG_RELEASE:=1

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

PKG_MAINTAINER:=Karel Kočí <[email protected]>
Expand Down

0 comments on commit c2b8dbd

Please sign in to comment.