diff options
Diffstat (limited to 'extra/git/PKGBUILD')
-rw-r--r-- | extra/git/PKGBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/extra/git/PKGBUILD b/extra/git/PKGBUILD index 78fb3a1fe..6a59d1425 100644 --- a/extra/git/PKGBUILD +++ b/extra/git/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 205952 2014-02-14 19:41:05Z dan $ +# $Id: PKGBUILD 206015 2014-02-15 16:11:08Z dan $ # Maintainer: Dan McGee <dan@archlinux.org> pkgname=git -pkgver=1.8.5.5 +pkgver=1.9.0 pkgrel=1 pkgdesc="the fast distributed version control system" arch=(i686 x86_64) @@ -110,3 +110,6 @@ package() { md5sums=('55c3b57b9d168facbc681d9f7b9a0803' '042524f942785772d7bd52a1f02fe5ae' 'f67869315c2cc112e076f0c73f248002') +md5sums=('e16c14b27c644b8e0dd72bdb5ff77450' + '042524f942785772d7bd52a1f02fe5ae' + 'f67869315c2cc112e076f0c73f248002') |