Date: Monday, October 30, 2017 @ 09:54:51 Author: eworm Revision: 308642
upgpkg: git 2.15.0-1 new upstream release Modified: git/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-10-30 09:48:56 UTC (rev 308641) +++ PKGBUILD 2017-10-30 09:54:51 UTC (rev 308642) @@ -3,7 +3,7 @@ # Maintainer: Dan McGee <[email protected]> pkgname=git -pkgver=2.14.3 +pkgver=2.15.0 pkgrel=1 pkgdesc="the fast distributed version control system" arch=(i686 x86_64) @@ -28,11 +28,10 @@ provides=('git-core') install=git.install validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano -source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz" - "https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign" +source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar."{xz,sign} [email protected] git-daemon.socket) -sha256sums=('5330960dd52467f6e5bf1931b9fd42b76d3f8ce9bc75150b54ecfb57d407151d' +sha256sums=('107116489f10b758b51af1c5dbdb9a274917b0fb67dc8eaefcdabc7bc3eb3e6a' 'SKIP' '14c0b67cfe116b430645c19d8c4759419657e6809dfa28f438c33a005245ad91' 'ac4c90d62c44926e6d30d18d97767efc901076d4e0283ed812a349aece72f203')
