aboutsummaryrefslogtreecommitdiffstats
path: root/community/sngrep/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/sngrep/APKBUILD')
-rw-r--r--community/sngrep/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/sngrep/APKBUILD b/community/sngrep/APKBUILD
index ff4fc69491d..aa18b60e05f 100644
--- a/community/sngrep/APKBUILD
+++ b/community/sngrep/APKBUILD
@@ -1,8 +1,9 @@
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=sngrep
-pkgver=1.4.8
+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"
@@ -27,6 +28,7 @@ build() {
--with-pcre \
--disable-logo \
--enable-unicode \
+ --enable-eep \
--enable-ipv6
make
}
@@ -39,5 +41,5 @@ package() {
make DESTDIR="$pkgdir/" install
}
-sha512sums="11082b93ab4e31710639663566729fbe6ee87f512bd767889dc43858489d5937bce00f16c6f4541ddaaaebcd29e37c85f1273ce08ce6bddeb33e17bac42a42d3 sngrep-1.4.8.tar.gz
+sha512sums="f25e8c5b1a6feddc2210fc8295f6e2c7ce708ae4bc4903f33b334f210e67c5c58d636e0a3bcaecef6d0c2bdfb9cab7c9ee28a5605d4df5ab1251be0856674c42 sngrep-1.4.9.tar.gz
89ba9d63fedb28bdb7e066f833811cb3155e5f1a73d2aa09595588326783543229a54f54b387df3161b9df37020fae46743d937855647bc974875a9c188dc989 disabled-not-working-tests.patch"