diff --git a/testing/gobuster/APKBUILD b/testing/gobuster/APKBUILD index cb28762f8c6..39eb3e362b2 100644 --- a/testing/gobuster/APKBUILD +++ b/testing/gobuster/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Pedro Filipe 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 "