diff options
author | alpine-mips-patches <info@mobile-stream.com> | 2018-11-30 10:36:49 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-12-17 07:36:27 +0000 |
commit | 5e3ace2c1be097bff9db50d239dea6405fdfe8d4 (patch) | |
tree | 7a44f374e826722bf80b6a04bac24b53aad844dc /community/gvm | |
parent | be89da4e6cf7c0b928b0eb299c45a6854d274651 (diff) | |
download | aports-5e3ace2c1be097bff9db50d239dea6405fdfe8d4.tar.bz2 aports-5e3ace2c1be097bff9db50d239dea6405fdfe8d4.tar.xz |
community/gvm: fix source URL
The archive download link gives tarball with a wrong checksum so
use the 7.0.3 download link from the greenbone/gvmd Releases page:
https://github.com/greenbone/gvmd/releases
Diffstat (limited to 'community/gvm')
-rw-r--r-- | community/gvm/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gvm/APKBUILD b/community/gvm/APKBUILD index 516cc2bd40..bc82110ea0 100644 --- a/community/gvm/APKBUILD +++ b/community/gvm/APKBUILD @@ -14,7 +14,7 @@ makedepends="cmake gvm-libs-dev sqlite-dev checkdepends="cppcheck" subpackages="$pkgname-doc" replaces="openvas-manager" -source="$pkgname-$pkgver.tar.gz::https://github.com/greenbone/$pkgname/archive/v$pkgver.tar.gz +source="$pkgname-$pkgver.tar.gz::https://github.com/greenbone/gvmd/releases/download/v$pkgver/openvas-manager-$pkgver.tar.gz $pkgname.initd $pkgname.confd $pkgname.logrotate |