diff options
author | root <root@rshg054.dnsready.net> | 2011-11-10 23:14:50 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-11-10 23:14:50 +0000 |
commit | 4141f5b04aab597f88a617a82649a404c773469a (patch) | |
tree | b293827df78bf1e9b7059db63c04c3f7ab854ae6 /community/stunnel/PKGBUILD | |
parent | 7b0cdd65ac7bcd3c7597b528a10de58e4e0a430f (diff) |
Thu Nov 10 23:14:50 UTC 2011
Diffstat (limited to 'community/stunnel/PKGBUILD')
-rw-r--r-- | community/stunnel/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/stunnel/PKGBUILD b/community/stunnel/PKGBUILD index 15530d4dc..cd681ede7 100644 --- a/community/stunnel/PKGBUILD +++ b/community/stunnel/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 57310 2011-10-25 14:35:46Z lfleischer $ +# $Id: PKGBUILD 58274 2011-11-09 16:42:13Z lfleischer $ # Maintainer: Kaiting Chen <kaitocracy@gmail.com> # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> # Contributor: Kevin Piche <kevin@archlinux.org> pkgname=stunnel -pkgver=4.45 +pkgver=4.46 pkgrel=1 pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside SSL" arch=('i686' 'x86_64') @@ -16,8 +16,8 @@ options=('!libtool') source=("ftp://ftp.stunnel.org/stunnel/$pkgname-$pkgver.tar.gz"{,.asc} 'Makefile.patch' 'stunnel.rc.d') -md5sums=('dee104214a7c13593c1053cdff9a850f' - 'be46793ceb4ce44f40edd70bbdd21c90' +md5sums=('978030ff42f087ec26eb8a095ab69994' + 'dcd8d51b8591d4d1df50373646a363b8' 'f15398497e10e080c2406d2fc541660c' 'cb647c71ff4cb1e035b6e515d5f13ebf') |