From 12dd86fa6bd529ee2197012ad612f76ac78078e1 Mon Sep 17 00:00:00 2001 From: Jeff Huang Date: Fri, 7 Jul 2017 07:34:42 +0100 Subject: [PATCH] socat: update to 1.7.3.2 --- socat/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/socat/PKGBUILD b/socat/PKGBUILD index 56c490924..ec36df66a 100644 --- a/socat/PKGBUILD +++ b/socat/PKGBUILD @@ -1,15 +1,15 @@ # Contribution from Archlinux: https://projects.archlinux.org/svntogit/packages.git/plain/trunk/PKGBUILD?h=packages/socat pkgname=socat -pkgver=1.7.3.1 -pkgrel=3 +pkgver=1.7.3.2 +pkgrel=1 pkgdesc='Multipurpose relay' url='http://www.dest-unreach.org/socat/' license=('GPL2') arch=('x86_64') depends=('readline' 'openssl') source=("http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz") -sha1sums=('a6f1d8ab3e85f565dbe172f33a9be6708dd52ffb') +sha1sums=('28eca1f8efeadde3f96c1ac89e553c28d736d41d') build() { cd "${srcdir}/${pkgname}-${pkgver}"