diff options
author | root <root@rshg054.dnsready.net> | 2011-11-18 23:15:18 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-11-18 23:15:18 +0000 |
commit | 126af148530f656a2ed192a852477b2ee97d5397 (patch) | |
tree | 8ffc6ca622df6bd9d9a17cbacfd394bba287d84b /testing/curl/PKGBUILD | |
parent | 029ccb02a25d48cdc39a7e749c17fa8bc9fb84e3 (diff) |
Fri Nov 18 23:15:18 UTC 2011
Diffstat (limited to 'testing/curl/PKGBUILD')
-rw-r--r-- | testing/curl/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/curl/PKGBUILD b/testing/curl/PKGBUILD index 8e03a459e..0e40bfe8e 100644 --- a/testing/curl/PKGBUILD +++ b/testing/curl/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 142823 2011-11-15 21:19:44Z dreisner $ +# $Id: PKGBUILD 142904 2011-11-17 21:30:16Z dreisner $ # Maintainer: Dave Reisner <dreisner@archlinux.org> # Contributor: Angel Velasquez <angvp@archlinux.org> # Contributor: Eric Belanger <eric@archlinux.org> @@ -6,7 +6,7 @@ # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=curl -pkgver=7.23.0 +pkgver=7.23.1 pkgrel=1 pkgdesc="An URL retrival utility and library" arch=('i686' 'x86_64') @@ -17,8 +17,8 @@ makedepends=('perl-libwww') options=('!libtool') source=("http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc} curlbuild.h) -md5sums=('018a9acee77ed70017c6f6cec855635a' - '6a0d4a24923e587153462b8602468921' +md5sums=('8e23151f569fb54afef093ac0695077d' + '5d8eb7e2e38be0fb00a043f714f6d49f' '751bd433ede935c8fae727377625a8ae') ptrsize=$(cpp <<<'__SIZEOF_POINTER__' | sed '/^#/d') |