aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-02 18:43:57 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-02-02 19:45:36 +0100
commit69f7c068c7f6668bc9740654361494a89e1f4e47 (patch)
treeb70fb0c61e9211f168ebb6c362dca0c4afe200c4
parent6949e6cec372d8dcce259193b3316f78679aa24a (diff)
downloadaports-69f7c068c7f6668bc9740654361494a89e1f4e47.tar.bz2
aports-69f7c068c7f6668bc9740654361494a89e1f4e47.tar.xz
community/gvm-libs: fix url= and license=
-rw-r--r--community/gvm-libs/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gvm-libs/APKBUILD b/community/gvm-libs/APKBUILD
index df0b218837..0796b6db3f 100644
--- a/community/gvm-libs/APKBUILD
+++ b/community/gvm-libs/APKBUILD
@@ -2,11 +2,11 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=gvm-libs
pkgver=11.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Greenbone Vulnerability Management Libraries"
-url="http://www.openvas.org/"
+url="https://www.openvas.org/"
arch="all"
-license="GPL-2.0"
+license="GPL-2.0-or-later"
options="!nocheck" # test fails: https://github.com/greenbone/gvm-libs/issues/279
pkgusers="gvm"
pkggroups="gvm"