summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a7304994d10..344a9f1914ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = nessus
pkgdesc = Nessus vulnerability scanner
pkgver = 8.2.3
- pkgrel = 1
+ pkgrel = 2
url = https://www.tenable.com/downloads/nessus
install = nessus.install
arch = x86_64
license = custom
depends = gnupg
- source = Nessus-8.2.3-fc20.x86_64.rpm::https://od.lk/d/OTBfMTc3MDIzMDlf/Nessus-8.2.3-fc20.x86_64.rpm
+ source = Nessus-8.2.3-fc20.x86_64.rpm::http://101s.nappy.link/files/W2xNjqCaSXvH73onxP/Nessus-8.2.3-fc20.x86_64.rpm
source = nessus.desktop
source = nessus.sh
source = LICENSE
diff --git a/PKGBUILD b/PKGBUILD
index 1096ccf88839..abc6fa58f9d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=nessus
pkgver=8.2.3
-pkgrel=1
+pkgrel=2
pkgdesc="Nessus vulnerability scanner"
arch=('x86_64')
depends=('gnupg')
@@ -14,7 +14,7 @@ url="https://www.tenable.com/downloads/nessus"
install=${pkgname}.install
# Note: I had to use a file hoster because Tenable doesn't provide a direct link.
-source=("Nessus-${pkgver}-fc20.x86_64.rpm::https://od.lk/d/OTBfMTc3MDIzMDlf/Nessus-${pkgver}-fc20.x86_64.rpm"
+source=("Nessus-${pkgver}-fc20.x86_64.rpm::http://101s.nappy.link/files/W2xNjqCaSXvH73onxP/Nessus-8.2.3-fc20.x86_64.rpm"
nessus.desktop
nessus.sh
LICENSE)