summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Laß2024-04-02 21:17:29 +0200
committerMichael Laß2024-04-02 21:17:58 +0200
commit7e6628b1a1174fec4146ddf891e56f8307632987 (patch)
tree02b17bc35ed8880e3663b7679c6f9126e27c375b
parent75921e541b89e815c97b3b31face27a3a944d63f (diff)
downloadaur-7e6628b1a1174fec4146ddf891e56f8307632987.tar.gz
Update to 6.0.0
Also update the license to use the SPDX identifier.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bde9996c5e50..f98380e504b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = sslyze
pkgdesc = Fast and full-featured SSL scanner.
- pkgver = 5.2.0
+ pkgver = 6.0.0
pkgrel = 1
url = https://github.com/nabla-c0d3/sslyze
arch = i686
arch = x86_64
- license = AGPL3
+ license = AGPL-3.0-only
makedepends = python-pip
depends = python
- source = https://github.com/nabla-c0d3/sslyze/archive/5.2.0.tar.gz
+ source = https://github.com/nabla-c0d3/sslyze/archive/6.0.0.tar.gz
source = sslyze
- sha256sums = 5e17706b27d1f96fbcd66807b66066a017bd05745e9db9e54c87840e685d6985
+ sha256sums = 408d578ea10e35b66a730da914bb2be6e73ed10bdd7f2101439506efe63ed8df
sha256sums = 042db33726a889a64910121f2098e10e6a5ebf4a102a54d09d9a27ed363a8e5d
pkgname = sslyze
diff --git a/PKGBUILD b/PKGBUILD
index 2e761ad2eb23..0e0ee1975777 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Maintainer: Michael Lass <bevan@bi-co.net>
pkgname=sslyze
-pkgver=5.2.0
+pkgver=6.0.0
pkgrel=1
pkgdesc="Fast and full-featured SSL scanner."
arch=('i686' 'x86_64')
url='https://github.com/nabla-c0d3/sslyze'
-license=('AGPL3')
+license=('AGPL-3.0-only')
depends=('python')
makedepends=('python-pip')
source=("https://github.com/nabla-c0d3/sslyze/archive/${pkgver}.tar.gz"
"sslyze")
-sha256sums=('5e17706b27d1f96fbcd66807b66066a017bd05745e9db9e54c87840e685d6985'
+sha256sums=('408d578ea10e35b66a730da914bb2be6e73ed10bdd7f2101439506efe63ed8df'
'042db33726a889a64910121f2098e10e6a5ebf4a102a54d09d9a27ed363a8e5d')
package() {