diff options
-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" |