summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD6
3 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 377361a5dd52..f15c57cf0d71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = nessus
pkgdesc = Nessus vulnerability scanner
- pkgver = 8.10.1
+ pkgver = 8.11.0
pkgrel = 1
url = https://www.tenable.com/downloads/nessus
install = nessus.install
arch = x86_64
license = custom
depends = gnupg
- source = nessus-8.10.1-fc20.x86_64.rpm::https://www.tenable.com/downloads/api/v1/public/pages/nessus/downloads/11047/download?i_agree_to_tenable_license_agreement=true
+ source = nessus-8.11.0-fc20.x86_64.rpm::https://www.tenable.com/downloads/api/v1/public/pages/nessus/downloads/11258/download?i_agree_to_tenable_license_agreement=true
source = nessus.desktop
source = nessus.sh
source = LICENSE
- sha256sums = 8891853b022f0bf04d6067c688c64414032c4c305aa20cb8998b4917e951f3b1
+ sha256sums = 0d7ecad8eecc0fb0d974c83b6602f50da864411bd5d5be390a115ddc631a5f01
sha256sums = 8c5e82d609a7290c34cbfa5635012cb66820e4e2c1db2bf5808fc306fcefdc30
sha256sums = 9b8e2c15d86ce7b83806a27bd6685f009ad339f3ea52022b87a75fbd2802ec5a
sha256sums = d647aedd39d571faa3f1a9906db561eecbd9c41605ba7f562261ffb04877ba26
diff --git a/.gitignore b/.gitignore
index 202c35abb51d..ce3c042f0ac9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
*.rpm
*.tar.xz
+*.tar.zst
pkg/
src/ \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 87954c1bcf6c..5bf58240c57e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: xsmile <sascha_r gmx de>
pkgname=nessus
-pkgver=8.10.1
+pkgver=8.11.0
pkgrel=1
pkgdesc="Nessus vulnerability scanner"
arch=('x86_64')
@@ -13,12 +13,12 @@ license=('custom')
url="https://www.tenable.com/downloads/nessus"
install=${pkgname}.install
-source=("nessus-${pkgver}-fc20.x86_64.rpm::https://www.tenable.com/downloads/api/v1/public/pages/nessus/downloads/11047/download?i_agree_to_tenable_license_agreement=true"
+source=("nessus-${pkgver}-fc20.x86_64.rpm::https://www.tenable.com/downloads/api/v1/public/pages/nessus/downloads/11258/download?i_agree_to_tenable_license_agreement=true"
nessus.desktop
nessus.sh
LICENSE)
-sha256sums=('8891853b022f0bf04d6067c688c64414032c4c305aa20cb8998b4917e951f3b1'
+sha256sums=('0d7ecad8eecc0fb0d974c83b6602f50da864411bd5d5be390a115ddc631a5f01'
'8c5e82d609a7290c34cbfa5635012cb66820e4e2c1db2bf5808fc306fcefdc30'
'9b8e2c15d86ce7b83806a27bd6685f009ad339f3ea52022b87a75fbd2802ec5a'
'd647aedd39d571faa3f1a9906db561eecbd9c41605ba7f562261ffb04877ba26')