diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-04-22 20:07:35 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-04-22 20:07:35 +0000 |
commit | 77494b00694397d1d23dd158415a1b302a78dcd5 (patch) | |
tree | fca6703741e784c3e900be88bc7787f88f5d5b0a /core/git | |
parent | 69858593b283ff6221de03816abb4a4504c9d112 (diff) | |
download | aports-77494b00694397d1d23dd158415a1b302a78dcd5.tar.bz2 aports-77494b00694397d1d23dd158415a1b302a78dcd5.tar.xz |
core/git: upgrade to 1.6.2.4
Diffstat (limited to 'core/git')
-rw-r--r-- | core/git/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/git/APKBUILD b/core/git/APKBUILD index f72cce26fa..8731bb1d17 100644 --- a/core/git/APKBUILD +++ b/core/git/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=git -pkgver=1.6.2.3 +pkgver=1.6.2.4 pkgrel=0 pkgdesc="GIT - the stupid content tracker" url="http://git.or.cz/" @@ -26,6 +26,6 @@ build () { make prefix=/usr DESTDIR="$pkgdir" $makeopts install } -md5sums="7213fa232e0f83fc2971ded6e528ae18 git-1.6.2.3.tar.bz2 +md5sums="c24d796879bb09e1cc5545bf3a3d7cf6 git-1.6.2.4.tar.bz2 89fe31c2317c285ed18527a700da7844 git-1.6.0.4-noperl.patch 04e1bdf76a0bac568f8488daad07dce7 bb-tar.patch" |