diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 21:34:34 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 21:34:34 +0000 |
commit | f7fa9601e8d0b1cec71a51ac13f5f54e5b14e6d9 (patch) | |
tree | 1f6c0b0c8f0b5c6aae1222c25b2d3c1499495d68 /community | |
parent | 449f2120a74f67227627b2c7a4f82df9faff6e04 (diff) | |
download | aports-f7fa9601e8d0b1cec71a51ac13f5f54e5b14e6d9.tar.bz2 aports-f7fa9601e8d0b1cec71a51ac13f5f54e5b14e6d9.tar.xz |
community/sngrep: rebuild against libressl 2.5
Diffstat (limited to 'community')
-rw-r--r-- | community/sngrep/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/sngrep/APKBUILD b/community/sngrep/APKBUILD index 9d2cf46a0f..36c597eace 100644 --- a/community/sngrep/APKBUILD +++ b/community/sngrep/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=sngrep pkgver=1.4.2 -pkgrel=0 +pkgrel=1 pkgdesc="A tool for displaying SIP call message flows from a terminal" url="https://github.com/irontec/sngrep" arch="all" |