summaryrefslogtreecommitdiff
path: root/core/curl/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-08-04 10:41:31 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-08-04 10:41:31 +0200
commitb796bed39624486a348d1cb2881c5a1e88f84954 (patch)
tree74f89104c89a9440733cc08bfde1c17efe2bd3db /core/curl/PKGBUILD
parent589a2311981a3552f48d4c9001be0cb5a06563a9 (diff)
parentf8ac5d4703080cc87ba2fe36f68df745d3a5f62f (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/kphotoalbum/PKGBUILD community-testing/libextractor/PKGBUILD community/mplayer2/PKGBUILD community/preload/PKGBUILD community/python2-pymongo/PKGBUILD extra/virtuoso/PKGBUILD testing/calligra/PKGBUILD testing/hugin/PKGBUILD testing/kdebase-runtime/PKGBUILD testing/kdegraphics-gwenview/PKGBUILD testing/kdepim-runtime/PKGBUILD testing/libkexiv2/PKGBUILD
Diffstat (limited to 'core/curl/PKGBUILD')
-rw-r--r--core/curl/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/curl/PKGBUILD b/core/curl/PKGBUILD
index 345b07f95..f6ad9251d 100644
--- a/core/curl/PKGBUILD
+++ b/core/curl/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 160000 2012-05-27 15:59:46Z dreisner $
+# $Id: PKGBUILD 164670 2012-08-02 13:25:33Z 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.26.0
+pkgver=7.27.0
pkgrel=1
pkgdesc="An URL retrival utility and library"
arch=('i686' 'x86_64' 'mips64el')
@@ -16,8 +16,8 @@ depends=('ca-certificates' 'libssh2' 'openssl' 'zlib')
options=('!libtool')
source=("http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
curlbuild.h)
-md5sums=('3fa4d5236f2a36ca5c3af6715e837691'
- '61b594830d5acba3c99e4af0ba39a14e'
+md5sums=('f0e48fdb635b5939e02a9291b89e5336'
+ 'b5d6d54f97adcaf5c871174e5460f081'
'751bd433ede935c8fae727377625a8ae')
ptrsize=$(cpp <<<'__SIZEOF_POINTER__' | sed '/^#/d')