diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-01-10 11:44:52 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-01-10 11:44:52 +0000 |
commit | ee7168ab366ea5a793d45a98f75e4e8a353b75b2 (patch) | |
tree | 31eea82537386b02ad21bd11a9ced5a0f16ab613 /community/sngrep | |
parent | a283eb6ba921175dd93b922b4f7061680bda5a7f (diff) | |
download | aports-ee7168ab366ea5a793d45a98f75e4e8a353b75b2.tar.bz2 aports-ee7168ab366ea5a793d45a98f75e4e8a353b75b2.tar.xz |
community/sngrep: upgrade to 1.4.2
Diffstat (limited to 'community/sngrep')
-rw-r--r-- | community/sngrep/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/sngrep/APKBUILD b/community/sngrep/APKBUILD index 3b60e9f2b8..9d2cf46a0f 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.3.1 -pkgrel=1 +pkgver=1.4.2 +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,6 @@ package() { make DESTDIR="$pkgdir/" install } -md5sums="b15d793387111d539660dfd34f79d17c sngrep-1.3.1.zip" -sha256sums="d59e3b93446c68c106c7e48aaa31ac5d3bde54ad9b37f369a85ba2307464541a sngrep-1.3.1.zip" -sha512sums="9388767826e748d57c6ff1ed0f87ab1fea2e7b02d8706932a3c81842d32bdfae31004fac208d9fa8176869cec935c001c91b4c2bbfcea9f2bad5e1cab185b25b sngrep-1.3.1.zip" +md5sums="b15ddc7504579286e78fce75ce5f5e70 sngrep-1.4.2.zip" +sha256sums="af49cf42dbc77c8f90999bf2cfd97e7aad0b48a99b7d18b9c73a6fafed6c4a7a sngrep-1.4.2.zip" +sha512sums="9d488de676b1590d22254daba18b27df4dda928b593996eebf38d8466bfd4d04732f4251b520993a47221f56887bfe71431369e211a04df8f193147eaa4685a2 sngrep-1.4.2.zip" |