From f95dc2db9a60b1b4399f892e9cfe4e54c3e29bb6 Mon Sep 17 00:00:00 2001 From: Mike Brown Date: Mon, 11 Aug 2014 03:16:27 -0500 Subject: [PATCH] core/xfsprogs to 3.2.1 --- core/xfsprogs/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/xfsprogs/PKGBUILD b/core/xfsprogs/PKGBUILD index 64e851cf4..137fe054c 100644 --- a/core/xfsprogs/PKGBUILD +++ b/core/xfsprogs/PKGBUILD @@ -5,7 +5,7 @@ # - original OPTIMIZER export does not play nice with our system pkgname=xfsprogs -pkgver=3.2.0 +pkgver=3.2.1 pkgrel=1 pkgdesc="XFS filesystem utilities" arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ depends=('util-linux') options=('!makeflags') # We mirror the sources as upstream tends to move them once a new release is out source=("ftp://ftp.archlinux.org/other/xfsprogs/${pkgname}-${pkgver}.tar.gz") -md5sums=('400047b2f6af87c0345b8f0cc00c13db') +md5sums=('5c6905932029c8f9207fe5a0a8aac24b') build() { cd "${srcdir}/${pkgname}-${pkgver}"