diff options
Diffstat (limited to 'community/tinyproxy/PKGBUILD')
-rw-r--r-- | community/tinyproxy/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/tinyproxy/PKGBUILD b/community/tinyproxy/PKGBUILD index 8b22f7de3..10520475b 100644 --- a/community/tinyproxy/PKGBUILD +++ b/community/tinyproxy/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 109220 2014-04-11 20:03:09Z thestinger $ +# $Id: PKGBUILD 115403 2014-07-10 16:28:17Z thestinger $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Daniel Micay <danielmicay@gmail.com> # Contributor: Andrea Zucchelli <zukka77@gmail.com> pkgname=tinyproxy pkgver=1.8.3 -pkgrel=8 +pkgrel=9 pkgdesc='A light-weight HTTP proxy daemon for POSIX operating systems.' arch=('i686' 'x86_64') url='https://banu.com/tinyproxy/' @@ -20,7 +20,7 @@ source=("https://banu.com/pub/${pkgname}/1.8/${pkgname}-${pkgver}.tar.bz2" config.patch) md5sums=('292ac51da8ad6ae883d4ebf56908400d' 'b747d0f253ba7bb3f604e69a35a278bf' - '41938243faca487a14beeee5114f244e' + 'e1e9212461cec588df219c35aba78d04' '9739e020c40abefd6e921e9cff854f35') prepare() { |