Date: Wednesday, June 30, 2010 @ 19:36:38 Author: dgriffiths Revision: 84561
Modified: curl/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-06-30 23:21:04 UTC (rev 84560) +++ PKGBUILD 2010-06-30 23:36:38 UTC (rev 84561) @@ -4,7 +4,7 @@ # Maintainer: Daniel J Griffiths <[email protected]> pkgname=curl -pkgver=7.20.1 +pkgver=7.21.0 pkgrel=1 pkgdesc="An URL retrival utility and library" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=('zlib' 'openssl' 'bash' 'ca-certificates') options=('!libtool') source=("http://curl.haxx.se/download/${pkgname}-${pkgver}.tar.bz2") -md5sums=('244b16b2a38c70e47130c8494b7371b9') +md5sums=('e1a2a773e93a39f3c04cab92c55bf197') build() { cd ${srcdir}/${pkgname}-${pkgver}
