aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-23 20:02:44 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-23 20:02:44 -0300
commit79c3fd1715061d8da54f4f095c24dc68d70fa7c8 (patch)
tree0a410cc858ae94cdf9aef4cb7a98723df2e97aa7 /testing
parentda8d4c8bc16dc62aa8bab94d89de4abb57c6da6f (diff)
testing/ossec-hids: fix url
Diffstat (limited to 'testing')
-rw-r--r--testing/ossec-hids/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ossec-hids/APKBUILD b/testing/ossec-hids/APKBUILD
index 4790cd43cca..eecbd19c625 100644
--- a/testing/ossec-hids/APKBUILD
+++ b/testing/ossec-hids/APKBUILD
@@ -2,9 +2,9 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=ossec-hids
pkgver=3.3.0
-pkgrel=2
+pkgrel=3
pkgdesc="Open Source Host-based Intrusion Detection System"
-url="http://www.ossec.net/"
+url="https://www.ossec.net/"
arch="all !aarch64 !armhf !armv7"
license="GPL-2.0-only WITH openssl-exception"
depends="inotify-tools procps"