diff options
author | Amish | 2021-07-01 09:47:16 +0530 |
---|---|---|
committer | Amish | 2021-07-01 09:47:16 +0530 |
commit | 28aee1d311774bc557d9a20e329f0c50324ea4e6 (patch) | |
tree | b13af2ed56cab73a87912b51cfa3a77834f29828 /PKGBUILD | |
parent | c127cc5c5f3595922c51ef7164e3280f340f57c6 (diff) | |
download | aur-28aee1d311774bc557d9a20e329f0c50324ea4e6.tar.gz |
Update to new official url and download links
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ pkgver=6.0.3 pkgrel=1 pkgdesc="An Open Source Next Generation Intrusion Detection and Prevention Engine" arch=('i686' 'x86_64') -url="http://suricata-ids.org/" +url="https://suricata.io/" license=('GPL2') depends=('libcap-ng' 'libnet' 'jansson' 'libpcap' 'libyaml' 'pcre' 'rustup' 'geoip' 'lua') optdepends=('hyperscan: build with hyperscan support' 'geoipupdate: geoip2 support') @@ -16,7 +16,7 @@ backup=('etc/suricata/suricata.yaml' 'etc/suricata/classification.config' 'etc/suricata/reference.config' 'etc/suricata/threshold.config') -source=(http://openinfosecfoundation.org/download/$pkgname-$pkgver.tar.gz{,.sig} +source=(https://www.openinfosecfoundation.org/download/$pkgname-$pkgver.tar.gz{,.sig} suricata-update.{service,timer}) validpgpkeys=('B36FDAF2607E10E8FFA89E5E2BA9C98CCDF1E93A') # Open Information Security Foundation sha256sums=('daf134bb2d7c980035e9ae60f7aaf313323a809340009f26e48110ccde81f602' |