1
0
forked from ports/opt

xfsprogs: update to 5.7.0

This commit is contained in:
Juergen Daubert 2020-07-25 12:28:18 +02:00
parent 347e8313ab
commit 8f70002621
2 changed files with 5 additions and 6 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/b4FAlFtgUEfcqCqTuolK9hOwbTc775ydx8FpgJ0LNlZt4r9M5wq773l10/CtLVeGJyUV7UNPdAzAtk8miQupgk=
SHA256 (Pkgfile) = 0140383e05cfca072bd73805c09ca8286b40387825153a787f0154d552bf52fd
RWSE3ohX2g5d/foXXywWQ9uDgYLA1K6dFZAYZWtT/XYodNBtJMIQJ7EeNcJjLCW3wNxGsv53YY58MzCIQwgn3VWXa42064b3PgM=
SHA256 (Pkgfile) = e1a1d21f161c6cdd4636f3675c70aacb2a1b74bd12f1c65ee8e4de126fc2d979
SHA256 (.footprint) = 8359214933bfffda77e639a1e1ea3b505c8655ce9fd1f0106a5a97451450d482
SHA256 (xfsprogs-5.6.0.tar.xz) = 0aba2aac5d80d07646dde868437fc337af2c7326edadcc6d6a7c0bfd3190c1e6
SHA256 (xfsprogs-5.7.0.tar.xz) = 8f2348a68a686a3f4491dda5d62dd32d885fbc52d32875edd41e2c296e7b4f35

View File

@ -1,10 +1,10 @@
# Description: Filesystem utilities for XFS
# URL: https://xfs.org/index.php/Main_Page
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: util-linux readline
# Depends on: libdevmapper
name=xfsprogs
version=5.6.0
version=5.7.0
release=1
source=(https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/$name-$version.tar.xz)
@ -17,7 +17,6 @@ build() {
export OPTIMIZER=$CFLAGS
./configure --prefix=/usr \
--enable-readline \
--disable-gettext \
--disable-libicu
make