diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-04-22 12:32:21 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-04-22 12:32:21 +0200 |
commit | a019d9889a5b3803d57833c4b4502533f029c98b (patch) | |
tree | a928035510b10f044f532fe1a6f46a22137809ad /community/stunnel/PKGBUILD | |
parent | 53f7b4b48972c757f0e68d4b02847a19e23d7232 (diff) | |
parent | af1e6c210b43ea6b8e043524edccb1d0befd257f (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/portaudio_cpp/PKGBUILD
extra/cmake/PKGBUILD
extra/xfce4-clipman-plugin/PKGBUILD
extra/xfce4-time-out-plugin/PKGBUILD
multilib/lib32-mpg123/PKGBUILD
multilib/lib32-openssl/PKGBUILD
testing/telepathy-glib/PKGBUILD
Diffstat (limited to 'community/stunnel/PKGBUILD')
-rw-r--r-- | community/stunnel/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/stunnel/PKGBUILD b/community/stunnel/PKGBUILD index 59f678395..fc885474f 100644 --- a/community/stunnel/PKGBUILD +++ b/community/stunnel/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 69552 2012-04-18 09:36:36Z lfleischer $ +# $Id: PKGBUILD 69632 2012-04-20 19:47: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.52 +pkgver=4.53 pkgrel=2 pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside SSL" arch=('i686' 'x86_64' 'mips64el') @@ -18,10 +18,10 @@ source=("ftp://ftp.stunnel.org/stunnel/$pkgname-$pkgver.tar.gz"{,.asc} 'stunnel.rc.d' 'stunnel.tmpfiles.conf') -md5sums=('f5e713dda0e8efa659f372832ecd0c2c' - '3e84d222525e724788d3c2b29b899610' +md5sums=('ab3bfc915357d67da18c73f73610d593' + 'ea8d7637e072fa1bb8706c85e6ea0152' 'f15398497e10e080c2406d2fc541660c' - 'd42a1dda7b44aab73fba670fbcfcc8a6' + '4c7e3634a9d4dc040102f5d4160fb123' '2e065a39998e57727ee79887bbd1751e') build() { |