diff options
author | root <root@rshg054.dnsready.net> | 2013-06-11 00:05:27 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-06-11 00:05:27 -0700 |
commit | bf794523287bafc14671f83b08f7b22bceadc4bc (patch) | |
tree | 05c7098cb5eb0c4195d7c2eb735379fb27a974ab /extra/serf | |
parent | 3f6e6048fea3b61c4d0b2c1e7385bc76882007a4 (diff) |
Tue Jun 11 00:05:26 PDT 2013
Diffstat (limited to 'extra/serf')
-rw-r--r-- | extra/serf/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/serf/PKGBUILD b/extra/serf/PKGBUILD index 2445cd752..62ee26866 100644 --- a/extra/serf/PKGBUILD +++ b/extra/serf/PKGBUILD @@ -1,7 +1,7 @@ -# $Id: PKGBUILD 179622 2013-03-08 20:38:44Z eric $ +# $Id: PKGBUILD 188137 2013-06-10 13:00:19Z bpiotrowski $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> pkgname=serf -pkgver=1.2.0 +pkgver=1.2.1 pkgrel=1 pkgdesc="High-performance asynchronous HTTP client library" url="http://code.google.com/p/serf/" @@ -9,7 +9,7 @@ arch=('i686' 'x86_64') license=('Apache') depends=('apr' 'apr-util' 'openssl' 'zlib') source=(http://serf.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('30b29bd9214d50887abcc20cf82096aaaf5d1d61') +sha1sums=('f65fbbd72926c8e7cf0dbd4ada03b0d226f461fd') options=('!libtool') build() { |