btrfs-progs: updated to 4.16. Python bindings disabled for now.

This commit is contained in:
Fredrik Rinnestam 2018-04-08 15:39:04 +02:00
parent bc275e41a9
commit e8569bf15c
3 changed files with 7 additions and 7 deletions

View File

@ -1 +1 @@
94229b39c246797525b7366eff547a4b btrfs-progs-v4.15.1.tar.xz
830e173b9fcef4135b0e5a2e0399344e btrfs-progs-v4.16.tar.xz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/YaCriJtitawYuvjckoeo171uNaWvtLADnL4rJzX9JyIOCr/oPryK7nxcozf7J7a/4MLc7rNEx8XgymXU8sZtQE=
SHA256 (Pkgfile) = 7f407a4e6496f39280708f40a989d08e72b13d23e5768a4ccb602526072565d4
RWSE3ohX2g5d/YAIuCNG5OwfnP9eGk3N8znGj9xrQPLzd+EYp4TQ2XJbdjstJcSRUr7GCgcBqqrHY4lP7gJVhnm+wwKuXaS8nAs=
SHA256 (Pkgfile) = 08a1b9f9ff9e7996a5c9782cbefa247c337dcfc7b4b3e81ccdc8e5fe16ed7db2
SHA256 (.footprint) = d50453a09788bc8ad61f544f8680b2e32de30a2693e7307a05843be9b46dd4c7
SHA256 (btrfs-progs-v4.15.1.tar.xz) = 67102ac0d6795f368acc94efaca29b6626d972638790a4a0c9f89a27cd543f96
SHA256 (btrfs-progs-v4.16.tar.xz) = f3e0ec4864b7b89db1a6a36fa48bf8a9217117714a04b13c84d0fea1eac154b2

View File

@ -4,8 +4,8 @@
# Depends on: lzo zstd
name=btrfs-progs
version=4.15.1
release=2
version=4.16
release=1
source=(https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v$version.tar.xz)
build() {
@ -13,7 +13,7 @@ build() {
./configure --prefix=/usr \
--bindir=/sbin \
--disable-documentation \
--disable-convert
--disable-convert --disable-python
make
make DESTDIR=$PKG install