Date: Wednesday, May 23, 2018 @ 13:12:54 Author: foxboron Revision: 328200
upgpkg: git-lfs 2.4.1-1 Updated to 2.4.1 Modified: git-lfs/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-23 10:58:45 UTC (rev 328199) +++ PKGBUILD 2018-05-23 13:12:54 UTC (rev 328200) @@ -1,7 +1,7 @@ # Maintainer: Morten Linderud <[email protected]> pkgname=git-lfs -pkgver=2.4.0 +pkgver=2.4.1 pkgrel=1 pkgdesc="Git extension for versioning large files" arch=('x86_64') @@ -10,7 +10,7 @@ makedepends=('go-pie' 'ruby-ronn' 'glide') depends=('git') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/git-lfs/git-lfs/archive/v${pkgver}.tar.gz") -sha256sums=('3f26cd020a965f61c8e8f124a02794d86f46f2fc4627288afe70ed43f398b121') +sha256sums=('3f57aa7bc82b21f5ac9c8df33fed853bb8fbefce0a5eecff80a504e56426a48e') prepare(){ export GOPATH="${srcdir}"
