aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/sngrep/APKBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/community/sngrep/APKBUILD b/community/sngrep/APKBUILD
index f5d815e43b2..f6bdd13031c 100644
--- a/community/sngrep/APKBUILD
+++ b/community/sngrep/APKBUILD
@@ -1,9 +1,10 @@
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=sngrep
-pkgver=1.4.7
+pkgver=1.4.9
pkgrel=0
pkgdesc="A tool for displaying SIP call message flows from a terminal"
+pkgdesc="display SIP call message flows from a terminal"
url="https://github.com/irontec/sngrep"
arch="all !ppc64le"
license="GPL-3.0-or-later"
@@ -25,6 +26,8 @@ build() {
--with-openssl \
--with-pcre \
--disable-logo \
+ --enable-unicode \
+ --enable-eep \
--enable-ipv6
make
}
@@ -37,4 +40,4 @@ package() {
make DESTDIR="$pkgdir/" install
}
-sha512sums="f414f9cc49b0c34cbbf5a77d285f12eb4091af3395953ed93dbe2f57d4ba3731d16c4b56c37e90744cf3784572975f485aed48cdd100898ffaee18e9a18943b1 sngrep-1.4.7.tar.gz"
+sha512sums="f25e8c5b1a6feddc2210fc8295f6e2c7ce708ae4bc4903f33b334f210e67c5c58d636e0a3bcaecef6d0c2bdfb9cab7c9ee28a5605d4df5ab1251be0856674c42 sngrep-1.4.9.tar.gz"