testing/gobuster: upgrade to 3.3.0

This commit is contained in:
ptrcnull 2022-11-03 23:33:41 +01:00 committed by alice
parent 23acbbc3a2
commit 9a060ad2d9

View File

@ -1,7 +1,7 @@
# Maintainer: Pedro Filipe <xpecex@outlook.com>
pkgname=gobuster
pkgver=3.1.0
pkgrel=10
pkgver=3.3.0
pkgrel=0
pkgdesc="Directory/File, DNS and VHost busting tool written in Go"
url="https://github.com/OJ/gobuster"
arch="all !s390x"
@ -19,7 +19,7 @@ build() {
}
check() {
make test
go test -v ./...
}
package() {
@ -27,5 +27,5 @@ package() {
}
sha512sums="
956789e83aca3a06e04080ecf8bb723328b717019abf6b749e600c6e632c2c6a39b8ac9293521ed82c309cdcf3402a0a88107b62590d74e8947958f625c3de20 gobuster-3.1.0.tar.gz
53c66f98e9ef5739c3f1cc94669d3abfcda1b7714fbd38aff5376d7a9c38feeb47c613f8e9fedfd07b1a23d1bd891ea75e44f5934c7e53b3aee668bee6a6ac18 gobuster-3.3.0.tar.gz
"