diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-05-21 19:03:13 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-05-21 19:03:13 -0500 |
commit | 12bc393b6dfcf50f8a3ad60a78c425ce450b27d9 (patch) | |
tree | 65a97702ff1d9ffdf63d5c12cc82ba84fd5c4653 | |
parent | f3db5d5190aef035ca56dab07d5360fa63b9f302 (diff) |
rootcheck: Adding md5sums
-rw-r--r-- | pcr/rootcheck/PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pcr/rootcheck/PKGBUILD b/pcr/rootcheck/PKGBUILD index 89ccefda7..2cd7f962b 100644 --- a/pcr/rootcheck/PKGBUILD +++ b/pcr/rootcheck/PKGBUILD @@ -9,6 +9,7 @@ arch=(i686 x86_64) url="http://www.ossec.net/main/rootcheck" license=("GPL") source=(http://www.ossec.net/rootcheck/files/rootcheck-$pkgver.tar.gz) +md5sums=('d7c1afc8026a6a073147e322058ea6bd') package() { cd $srcdir/$pkgname-$pkgver |