diff options
Diffstat (limited to 'main/socat/APKBUILD')
-rw-r--r-- | main/socat/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/socat/APKBUILD b/main/socat/APKBUILD index 652bf808d..9ea9d6a51 100644 --- a/main/socat/APKBUILD +++ b/main/socat/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Kiyoshi Aman <kiyoshi.aman@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=socat -pkgver=1.7.1.3 -pkgrel=1 +pkgver=1.7.2.0 +pkgrel=0 pkgdesc="Multipurpose relay for binary protocols" url="http://www.dest-unreach.org/socat/" arch="all" @@ -30,4 +30,4 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="2081987fb0cb0290b8105574058cb329 socat-1.7.1.3.tar.bz2" +md5sums="eb563dd00b9d39a49fb62a677fc941fe socat-1.7.2.0.tar.bz2" |