Date: Tuesday, March 21, 2023 @ 23:21:19 Author: seblu Revision: 471745
upgpkg: coreutils 9.2-1 Modified: coreutils/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-21 23:20:29 UTC (rev 471744) +++ PKGBUILD 2023-03-21 23:21:19 UTC (rev 471745) @@ -4,8 +4,8 @@ # Contributor: judd <[email protected]> pkgname=coreutils -pkgver=9.1 -pkgrel=3 +pkgver=9.2 +pkgrel=1 pkgdesc='The basic file, shell and text manipulation utilities of the GNU operating system' arch=('x86_64') license=('GPL3') @@ -13,7 +13,7 @@ depends=('glibc' 'acl' 'attr' 'gmp' 'libcap' 'openssl') source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}) validpgpkeys=('6C37DC12121A5006BC1DB804DF6FD971306037D9') # Pádraig Brady -sha256sums=('61a1f410d78ba7e7f37a5a4f50e6d1320aca33375484a3255eddf17a38580423' +sha256sums=('6885ff47b9cdb211de47d368c17853f406daaf98b148aaecdf10de29cc04b0b3' 'SKIP') prepare() {
