summaryrefslogtreecommitdiff
path: root/socat
diff options
context:
space:
mode:
Diffstat (limited to 'socat')
-rw-r--r--socat/.signature6
-rw-r--r--socat/Pkgfile12
2 files changed, 9 insertions, 9 deletions
diff --git a/socat/.signature b/socat/.signature
index 870b586fa..6c2141a96 100644
--- a/socat/.signature
+++ b/socat/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/ZKdjLMWV3auV3zFrmuda45KGPzuyL80jWjQ2ss7kh+SQog5Pl3SMYy/3KHASxKCCLQFQtXEk5XXpwXeeIzdLAY=
-SHA256 (Pkgfile) = 89895bc5178f896823edad23f17629dc21988ae11edb00ea85d354cfb2d9f0ee
+RWSE3ohX2g5d/TBO1L9gli87QThqQjd2W3ieSoTlOGfc58+7fAVfY/RCRtp7An4wV/OJ7wO7p419RceBLseKR4VWHZnGBtwcFA4=
+SHA256 (Pkgfile) = 7d96bf8f5f009028f7e886f712b6798fe6333f34c29bf581f90d2f7918cc1fc4
SHA256 (.footprint) = 89674cf5f4f155af5e864485c8dc94dff3b370c1f06555edf28d959cd516e691
-SHA256 (socat-1.7.3.4.tar.bz2) = 972374ca86f65498e23e3259c2ee1b8f9dbeb04d12c2a78c0c9b5d1cb97dfdfc
+SHA256 (socat-1.7.4.0.tar.bz2) = c8273b30e933be0ad8d509ae75e19ecedf1a60081bb942ed36f2dd8950de3d58
diff --git a/socat/Pkgfile b/socat/Pkgfile
index bfc10aff6..4cf2851dc 100644
--- a/socat/Pkgfile
+++ b/socat/Pkgfile
@@ -4,13 +4,13 @@
# Depends on: openssl readline
name=socat
-version=1.7.3.4
+version=1.7.4.0
release=1
source=(http://www.dest-unreach.org/socat/download/$name-$version.tar.bz2)
-build () {
- cd $name-$version
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
}

Generated by cgit