diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-03-31 09:34:15 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-03-31 09:34:15 +0000 |
commit | 88da4366c473777fc6bfa058429cca80a27fadc6 (patch) | |
tree | ae098b3aea421e3c40696be9f19ba5f81520d713 /community/sngrep/APKBUILD | |
parent | 0616c2087e49917c3eff95041993b395ea8789cf (diff) | |
download | aports-88da4366c473777fc6bfa058429cca80a27fadc6.tar.bz2 aports-88da4366c473777fc6bfa058429cca80a27fadc6.tar.xz |
community/sngrep: upgrade to 1.3.0
Diffstat (limited to 'community/sngrep/APKBUILD')
-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 68bf82e014..ba1ae008f4 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.2.0 +pkgver=1.3.0 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="ba3e92bad3f0b51ecb2388e1de71df9b sngrep-1.2.0.zip" -sha256sums="efb5f79f9403a09a32c3161d91a04753874a3c01d299877e45260534746d4ce1 sngrep-1.2.0.zip" -sha512sums="802b6540ce51ab11226d486a7986dbfb6519fe4d75131be60fb1273fd68a89737fc457b690aa39b23c800de8beb55e9cdc046d97816c63c92119e02dbf55a841 sngrep-1.2.0.zip" +md5sums="14850bb004f286ea4689c8ec854c02ef sngrep-1.3.0.zip" +sha256sums="3aa27767982030a3cb59e559e5857562691bc146de7ff22d505bcf379c6e19fa sngrep-1.3.0.zip" +sha512sums="7dd1da219385ad74f8f223ee29ac315dd0f6d13e94b7b5c59d1afb6f1a6779b89ab8b4d6fb5aca9f565962514875bdae106f8e5e11bf883574dd8f185af6b8ac sngrep-1.3.0.zip" |