diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-11 13:49:09 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-11 15:08:49 +0000 |
commit | f04759ea9dabd95eedb7401010b981d6224667a0 (patch) | |
tree | 233850636c4573e846d0e5bea29f40ebdd32d2af /community/gvmd/APKBUILD | |
parent | 7fae9a86baf13f3a0b3079d807d030a7df941b9c (diff) | |
download | aports-f04759ea9dabd95eedb7401010b981d6224667a0.tar.bz2 aports-f04759ea9dabd95eedb7401010b981d6224667a0.tar.xz |
community/gvmd: rebuild with clang 8
Diffstat (limited to 'community/gvmd/APKBUILD')
-rw-r--r-- | community/gvmd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gvmd/APKBUILD b/community/gvmd/APKBUILD index e2b82980dc..530fbb5796 100644 --- a/community/gvmd/APKBUILD +++ b/community/gvmd/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=gvmd pkgver=8.0.0 -pkgrel=2 +pkgrel=3 pkgdesc="Greenbone Vulnerability Manager" url="http://www.openvas.org/" arch="all" |