diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-14 07:30:00 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-14 07:44:08 +0100 |
commit | 612226d2d7da442ad8cdefbacc210858c0099a43 (patch) | |
tree | 0563dbd4b3fb84b996ac31710e1c597f874bb080 /community/libhtp | |
parent | 2518bc0df04e8bc7c243ffe8c676399717fe8a7c (diff) | |
download | aports-612226d2d7da442ad8cdefbacc210858c0099a43.tar.bz2 aports-612226d2d7da442ad8cdefbacc210858c0099a43.tar.xz |
community/libhtp: upgrade to 0.5.32
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 09734e3921..feed9112b7 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.31 +pkgver=0.5.32 pkgrel=0 pkgdesc="HTTP normalizer and parser library" url="https://github.com/OISF/libhtp" @@ -37,4 +37,4 @@ check() { make check } -sha512sums="8069afe87548a9cb29a883ebeb9fad05a79297fc567de22e9c1c030f5239d4373478bc3ed5ecb284e84401f1086f6a18a58e288f28381b96dbb5b71d60afa03a libhtp-0.5.31.tar.gz" +sha512sums="3df877b158b40a2c59bc66c0caf589d51b20d1d3ca27dab82f516693c22bfb9d6845305cfd42bf1a61c5df98a05fcad25850cc78cf948047600d6783ace7fc63 libhtp-0.5.32.tar.gz" |