Date: Friday, March 6, 2020 @ 13:09:31 Author: seblu Revision: 376861
upgpkg: coreutils 8.32-1 Modified: coreutils/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-06 13:03:57 UTC (rev 376860) +++ PKGBUILD 2020-03-06 13:09:31 UTC (rev 376861) @@ -4,8 +4,8 @@ # Contributor: judd <[email protected]> pkgname=coreutils -pkgver=8.31 -pkgrel=3 +pkgver=8.32 +pkgrel=1 pkgdesc='The basic file, shell and text manipulation utilities of the GNU operating system' arch=('x86_64') license=('GPL3') @@ -13,8 +13,8 @@ depends=('glibc' 'acl' 'attr' 'gmp' 'libcap' 'openssl') source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}) validpgpkeys=('6C37DC12121A5006BC1DB804DF6FD971306037D9') # Pádraig Brady -md5sums=('0009a224d8e288e8ec406ef0161f9293' - 'SKIP') +sha256sums=('4458d8de7849df44ccab15e16b1548b285224dbba5f08fac070c1c0e0bcc4cfa' + 'SKIP') prepare() { cd $pkgname-$pkgver
