diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-23 04:12:16 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-23 04:12:16 +0000 |
commit | 87d17fa2b4ad3761b9235da7280a51ba768102c6 (patch) | |
tree | 48846a0145a417176f52d5bf82990a78c7886adb /community/polipo | |
parent | ef10ee9c3c1ff0f85ad53ccc313248f51a2fa69e (diff) |
Fri May 23 04:06:37 UTC 2014
Diffstat (limited to 'community/polipo')
-rw-r--r-- | community/polipo/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/polipo/PKGBUILD b/community/polipo/PKGBUILD index 1feb6aedd..846efdd9f 100644 --- a/community/polipo/PKGBUILD +++ b/community/polipo/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 109419 2014-04-14 18:46:41Z jelle $ +# $Id: PKGBUILD 111651 2014-05-21 22:30:42Z thestinger $ # Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> # Contributor: Jelle van der Waa <jelle vdwaa nl> # Contributor: Daniel Micay <danielmicay@gmail.com> @@ -7,7 +7,7 @@ # Contributor: Alex Griffin <griffin.aj(a)gmail.com> pkgname=polipo -pkgver=1.1.0 +pkgver=1.1.1 pkgrel=1 pkgdesc="A small and fast caching web proxy." arch=('i686' 'x86_64') @@ -18,7 +18,7 @@ makedepends=('texinfo') install=polipo.install source=("http://www.pps.univ-paris-diderot.fr/~jch/software/files/polipo/polipo-$pkgver.tar.gz" "polipo.service") -md5sums=('55c6fc19e8d484997f223a56f0bd26ca' +md5sums=('86939e331e656f638271f578b6e3f893' '3861a067f6cdd2b8afcee1de97678902') build() { |