diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-03-13 14:20:42 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-03-13 14:20:59 +0000 |
commit | 014d81e4a67bf3ee338dfa3bb3b746a9a4250c55 (patch) | |
tree | 82a5cee986d1feda30c2696e59ecd667ea1862e6 /community | |
parent | da7560bb0730a6220ae2e9bcbed2bccde51f6919 (diff) | |
download | aports-014d81e4a67bf3ee338dfa3bb3b746a9a4250c55.tar.bz2 aports-014d81e4a67bf3ee338dfa3bb3b746a9a4250c55.tar.xz |
community/libhtp: upgrade to 0.5.26
Diffstat (limited to 'community')
-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 173062e21d..73ea51aba8 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.25 +pkgver=0.5.26 pkgrel=0 pkgdesc="HTTP normalizer and parser library" url="https://github.com/OISF/libhtp" @@ -39,4 +39,4 @@ check() { cd "$builddir" make check } -sha512sums="130e4af4c7b3d949472eb355334cb719d6792b57be41b847ee1aaaaf18aaf678dbef8137adc1567ec09bcef5ca6eb45d113776503173a7225e68a708c750ee21 libhtp-0.5.25.tar.gz" +sha512sums="a875e32e378e56c4c24d14c0242859dc81bee1898f4a60e7c6ab622baf21b55247b1d6f9ecd90f45e6602ccf1903356a786e6463bc2d359abb85f583b0f8e71a libhtp-0.5.26.tar.gz" |