diff options
author | root <root@rshg054.dnsready.net> | 2011-10-26 23:15:38 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-26 23:15:38 +0000 |
commit | 84fe155e2233db86fcc13134d8802ba1dab0ae83 (patch) | |
tree | ef0f4e11745d4bf9e45ee5fa553dd4b13d6c3407 /community/stunnel/PKGBUILD | |
parent | d03e905f54857600b3c36af9b221c34ccb11074f (diff) |
Wed Oct 26 23:15:38 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 a8c95d664..15530d4dc 100644 --- a/community/stunnel/PKGBUILD +++ b/community/stunnel/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 55918 2011-09-24 21:57:57Z dreisner $ +# $Id: PKGBUILD 57310 2011-10-25 14:35:46Z lfleischer $ # Maintainer: Kaiting Chen <kaitocracy@gmail.com> # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> # Contributor: Kevin Piche <kevin@archlinux.org> pkgname=stunnel -pkgver=4.44 +pkgver=4.45 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=('c9dd51fc02b913ce5bf7b3fc12f9cb4a' - 'e86fc2578e5304ae5a7b586ce170f843' +md5sums=('dee104214a7c13593c1053cdff9a850f' + 'be46793ceb4ce44f40edd70bbdd21c90' 'f15398497e10e080c2406d2fc541660c' 'cb647c71ff4cb1e035b6e515d5f13ebf') |