Date: Thursday, May 6, 2021 @ 16:33:46 Author: arojas Revision: 928513
Update to 2.9.0 Modified: gnustep-make/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-06 15:57:07 UTC (rev 928512) +++ PKGBUILD 2021-05-06 16:33:46 UTC (rev 928513) @@ -2,7 +2,7 @@ # Contributor: Sebastian Sareyko <[email protected]> pkgname=gnustep-make -pkgver=2.8.0 +pkgver=2.9.0 pkgrel=1 pkgdesc="The GNUstep make package" arch=('x86_64') # See FS#29546 @@ -12,7 +12,7 @@ groups=('gnustep-core') backup=('etc/GNUstep/GNUstep.conf') source=(https://github.com/gnustep/tools-make/archive/make-${pkgver//./_}.tar.gz) -sha256sums=('a9df9b0d756a93306a8e0cb9e127f5688a459dad3d356cd760565833da605825') +sha256sums=('f7c69bea7f26ca5d4ce6ad82fbe94d2405cf238d652ea608fe387a70a5e0232c') prepare() { cd "$srcdir"/tools-make-make-${pkgver//./_}
