diff options
author | root <root@rshg054.dnsready.net> | 2012-01-14 23:15:11 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-01-14 23:15:11 +0000 |
commit | 2d4aa7f882dac8abb34e973655326c93f584f31f (patch) | |
tree | c9404799d0aea846ee22c16108ef00fe8babbb7a /community/stunnel | |
parent | b5f690637837ff269bf5d248ee2dc37ea5236ca8 (diff) |
Sat Jan 14 23:15:11 UTC 2012
Diffstat (limited to 'community/stunnel')
-rw-r--r-- | community/stunnel/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/community/stunnel/PKGBUILD b/community/stunnel/PKGBUILD index a501645fb..fac1cd3b5 100644 --- a/community/stunnel/PKGBUILD +++ b/community/stunnel/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 61258 2011-12-26 17:36:12Z dreisner $ +# $Id: PKGBUILD 61992 2012-01-13 15:53:58Z lfleischer $ # Maintainer: Kaiting Chen <kaitocracy@gmail.com> # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> # Contributor: Kevin Piche <kevin@archlinux.org> pkgname=stunnel -pkgver=4.50 -pkgrel=3 +pkgver=4.52 +pkgrel=1 pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside SSL" arch=('i686' 'x86_64') url="http://www.stunnel.org" @@ -18,10 +18,10 @@ source=("ftp://ftp.stunnel.org/stunnel/$pkgname-$pkgver.tar.gz"{,.asc} 'stunnel.rc.d' 'stunnel.tmpfiles.conf') -md5sums=('d68b4565294496a8bdf23c728a679f53' - 'ea9e85daef0cc96ce21649901b3514f7' +md5sums=('f5e713dda0e8efa659f372832ecd0c2c' + '3e84d222525e724788d3c2b29b899610' 'f15398497e10e080c2406d2fc541660c' - 'cb647c71ff4cb1e035b6e515d5f13ebf' + 'd42a1dda7b44aab73fba670fbcfcc8a6' '2e065a39998e57727ee79887bbd1751e') build() { |