diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/sngrep/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/community/sngrep/APKBUILD b/community/sngrep/APKBUILD index 36c597eace..c46b434ecb 100644 --- a/community/sngrep/APKBUILD +++ b/community/sngrep/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=sngrep -pkgver=1.4.2 -pkgrel=1 +pkgver=1.4.3 +pkgrel=0 pkgdesc="A tool for displaying SIP call message flows from a terminal" url="https://github.com/irontec/sngrep" arch="all" @@ -39,6 +39,4 @@ package() { make DESTDIR="$pkgdir/" install } -md5sums="b15ddc7504579286e78fce75ce5f5e70 sngrep-1.4.2.zip" -sha256sums="af49cf42dbc77c8f90999bf2cfd97e7aad0b48a99b7d18b9c73a6fafed6c4a7a sngrep-1.4.2.zip" -sha512sums="9d488de676b1590d22254daba18b27df4dda928b593996eebf38d8466bfd4d04732f4251b520993a47221f56887bfe71431369e211a04df8f193147eaa4685a2 sngrep-1.4.2.zip" +sha512sums="8eb9c4f4efd128803cbf01b211591d25c652aaac7f3346c9a8b3e0c4932b0c82e73508e6244acd78bfb6c55a0e2d9c86ad5c5642139e7e92f228a38acf093425 sngrep-1.4.3.zip" |