diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-10-26 18:12:37 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-10-26 18:12:44 +0000 |
commit | 85ed51dd83b46e21963a5e6512e553c481596624 (patch) | |
tree | a736ab37c8e8ef951644169b333234319a5ec22b /community/greenbone-security-assistant/APKBUILD | |
parent | 270bea15bc677f4b578318d21e1289dd5d07ef1c (diff) | |
download | aports-85ed51dd83b46e21963a5e6512e553c481596624.tar.bz2 aports-85ed51dd83b46e21963a5e6512e553c481596624.tar.xz |
community/greenbone-security-assistant: updated upstream url
Diffstat (limited to 'community/greenbone-security-assistant/APKBUILD')
-rw-r--r-- | community/greenbone-security-assistant/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/greenbone-security-assistant/APKBUILD b/community/greenbone-security-assistant/APKBUILD index 5a8de841fa..f1efe70286 100644 --- a/community/greenbone-security-assistant/APKBUILD +++ b/community/greenbone-security-assistant/APKBUILD @@ -3,8 +3,7 @@ pkgname=greenbone-security-assistant _pkgname=gsad pkgver=7.0.2 -_pkgid=2429 -pkgrel=5 +pkgrel=6 pkgdesc="Greenbone Security Assistant (gsa) - OpenVAS web frontend" url="http://www.openvas.org/" arch="all" @@ -14,7 +13,7 @@ makedepends="cmake doxygen xmltoman openvas-libraries-dev libxslt-dev libmicrohttpd-dev py-polib" checkdepends="cppcheck" subpackages="$pkgname-doc" -source="http://wald.intevation.org/frs/download.php/$_pkgid/$pkgname-$pkgver.tar.gz +source="$pkgname-$pkgver.tar.gz::https://github.com/greenbone/gsa/archive/v${pkgver}.tar.gz $_pkgname.initd $_pkgname.confd $_pkgname.logrotate |