diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-12-25 15:49:43 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-12-25 15:49:43 +0000 |
commit | 7bc0cbd1f22d4bb1d617d37da41cc9b1aff6aa93 (patch) | |
tree | a15f4e22a309c4cc21f288fcb3e235a1cdd23443 /community/libhtp | |
parent | e4f6ba61d2386afef9d4e52b7424ce9cd61468fb (diff) | |
download | aports-7bc0cbd1f22d4bb1d617d37da41cc9b1aff6aa93.tar.bz2 aports-7bc0cbd1f22d4bb1d617d37da41cc9b1aff6aa93.tar.xz |
community/libhtp: upgrade to 0.5.29
Diffstat (limited to 'community/libhtp')
-rw-r--r-- | community/libhtp/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libhtp/APKBUILD b/community/libhtp/APKBUILD index 73ea51aba8..082798cd27 100644 --- a/community/libhtp/APKBUILD +++ b/community/libhtp/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Steve McMaster <code@mcmaster.io> # Maintainer: Steve McMaster <code@mcmaster.io> pkgname=libhtp -pkgver=0.5.26 +pkgver=0.5.29 pkgrel=0 pkgdesc="HTTP normalizer and parser library" url="https://github.com/OISF/libhtp" @@ -39,4 +39,4 @@ check() { cd "$builddir" make check } -sha512sums="a875e32e378e56c4c24d14c0242859dc81bee1898f4a60e7c6ab622baf21b55247b1d6f9ecd90f45e6602ccf1903356a786e6463bc2d359abb85f583b0f8e71a libhtp-0.5.26.tar.gz" +sha512sums="2d009a709415945f4a48cbcafdd90ab617575c4c4b355643bcb4342c8f3236c5b21a684c3728024da5113ac87caf0f048be36f6e6a63a670fc564fc9deee4759 libhtp-0.5.29.tar.gz" |