summaryrefslogtreecommitdiff
path: root/core/curl/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-11-27 12:52:56 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-11-27 12:52:56 -0300
commit78e579460b6f67a777a72232903eb7eaf84c945f (patch)
tree13403c8933fd3ea439b3d5734a5a3d0d7b04e386 /core/curl/PKGBUILD
parent45109aea7693acc9077824a431e17110d21ed6b3 (diff)
parentc008601effc878e60852f7928ddadcf5a16eb851 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/spacefm/PKGBUILD extra/eina/PKGBUILD extra/kdeplasma-addons/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 1ff818a9e..8c391b2b8 100644
--- a/core/curl/PKGBUILD
+++ b/core/curl/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 168697 2012-10-14 14:55:36Z dreisner $
+# $Id: PKGBUILD 171938 2012-11-24 17:37:34Z 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.28.0
+pkgver=7.28.1
pkgrel=1
pkgdesc="An URL retrieval 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=('cbdc0a79bdf6e657dd387c3d88d802e3'
- '7359e07276cdaff6317bbc39e6d5899c'
+md5sums=('252ef351c0fc307b2d8ea1ee31542072'
+ 'e3cea743ef286f5aff1f1d27137e9828'
'751bd433ede935c8fae727377625a8ae')
ptrsize=$(cpp <<<'__SIZEOF_POINTER__' | sed '/^#/d')