diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-05-06 08:16:49 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-05-06 08:16:49 +0000 |
commit | 996f42e86b263760de4ebce1ad736854ce91e179 (patch) | |
tree | a92fa5dae80a37e111333a08f76daff5d93a6126 /community | |
parent | 88cbdc047dbf752ed769377ab35d2fb69710e615 (diff) | |
download | aports-996f42e86b263760de4ebce1ad736854ce91e179.tar.bz2 aports-996f42e86b263760de4ebce1ad736854ce91e179.tar.xz |
community/sngrep: upgrade to 1.3.1
Diffstat (limited to 'community')
-rw-r--r-- | community/sngrep/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/sngrep/APKBUILD b/community/sngrep/APKBUILD index ba1ae008f4..6c8851d203 100644 --- a/community/sngrep/APKBUILD +++ b/community/sngrep/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=sngrep -pkgver=1.3.0 +pkgver=1.3.1 pkgrel=0 pkgdesc="A tool for displaying SIP call message flows from a terminal" url="https://github.com/irontec/sngrep" @@ -39,6 +39,6 @@ package() { make DESTDIR="$pkgdir/" install } -md5sums="14850bb004f286ea4689c8ec854c02ef sngrep-1.3.0.zip" -sha256sums="3aa27767982030a3cb59e559e5857562691bc146de7ff22d505bcf379c6e19fa sngrep-1.3.0.zip" -sha512sums="7dd1da219385ad74f8f223ee29ac315dd0f6d13e94b7b5c59d1afb6f1a6779b89ab8b4d6fb5aca9f565962514875bdae106f8e5e11bf883574dd8f185af6b8ac sngrep-1.3.0.zip" +md5sums="b15d793387111d539660dfd34f79d17c sngrep-1.3.1.zip" +sha256sums="d59e3b93446c68c106c7e48aaa31ac5d3bde54ad9b37f369a85ba2307464541a sngrep-1.3.1.zip" +sha512sums="9388767826e748d57c6ff1ed0f87ab1fea2e7b02d8706932a3c81842d32bdfae31004fac208d9fa8176869cec935c001c91b4c2bbfcea9f2bad5e1cab185b25b sngrep-1.3.1.zip" |