summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-11-15 17:55:38 +0800
committerzxp198210052023-11-15 17:55:38 +0800
commit6d0e80e8027d41d33eb1379db5a311896a62d6cf (patch)
treef5b3ff229db961154cd8cc1cc3d837e1ae71e295
parent752849ef3d5daa58a5f5346b2537127c169caf9f (diff)
downloadaur-ffuf-bin.tar.gz
fix errors
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD13
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fbdf547edec..46cb03ed8c19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = ffuf-bin
pkgdesc = Fast web fuzzer written in Go
pkgver = 2.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ffuf/ffuf
arch = aarch64
- arch = armv6h
arch = armv7h
arch = i686
arch = x86_64
@@ -13,8 +12,6 @@ pkgbase = ffuf-bin
conflicts = ffuf
source_aarch64 = ffuf-2.1.0-aarch64.tar.gz::https://github.com/ffuf/ffuf/releases/download/v2.1.0/ffuf_2.1.0_linux_arm64.tar.gz
sha256sums_aarch64 = 6ae920d09d5202762fca21967a460c6fb88135bdfa806bee4d3d2c430dcedeea
- source_armv6h = ffuf-2.1.0-armv6h.tar.gz::https://github.com/ffuf/ffuf/releases/download/v2.1.0/ffuf_2.1.0_linux_armv6.tar.gz
- sha256sums_armv6h = b9d4b7e485f098bbcd2a61ba0c8304aac8634c71a7a0d29ad243aaf7db16ec9b
source_armv7h = ffuf-2.1.0-armv7h.tar.gz::https://github.com/ffuf/ffuf/releases/download/v2.1.0/ffuf_2.1.0_linux_arm64.tar.gz
sha256sums_armv7h = 6ae920d09d5202762fca21967a460c6fb88135bdfa806bee4d3d2c430dcedeea
source_i686 = ffuf-2.1.0-i686.tar.gz::https://github.com/ffuf/ffuf/releases/download/v2.1.0/ffuf_2.1.0_linux_386.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index d09069e987a9..4d0cf1962811 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,25 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
-# Maintainer: Camas Millar <camas at hotmail dot co dot uk>
+# Contributor: Camas Millar <camas at hotmail dot co dot uk>
# Contributor: smt <smt923 at protonmail dot com>
pkgname=ffuf-bin
pkgver=2.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Fast web fuzzer written in Go"
-arch=('aarch64' 'armv6h' 'armv7h' 'i686' 'x86_64')
+arch=(
+ 'aarch64'
+ 'armv7h'
+ 'i686'
+ 'x86_64'
+)
url="https://github.com/ffuf/ffuf"
license=('MIT')
provides=("${pkgname%-bin}=${pkgver}")
conflicts=("${pkgname%-bin}")
source_aarch64=("${pkgname%-bin}-${pkgver}-aarch64.tar.gz::${url}/releases/download/v${pkgver}/${pkgname%-bin}_${pkgver}_linux_arm64.tar.gz")
-source_armv6h=("${pkgname%-bin}-${pkgver}-armv6h.tar.gz::${url}/releases/download/v${pkgver}/${pkgname%-bin}_${pkgver}_linux_armv6.tar.gz")
source_armv7h=("${pkgname%-bin}-${pkgver}-armv7h.tar.gz::${url}/releases/download/v${pkgver}/${pkgname%-bin}_${pkgver}_linux_arm64.tar.gz")
source_i686=("${pkgname%-bin}-${pkgver}-i686.tar.gz::${url}/releases/download/v${pkgver}/${pkgname%-bin}_${pkgver}_linux_386.tar.gz")
source_x86_64=("${pkgname%-bin}-${pkgver}-x86_64.tar.gz::${url}/releases/download/v${pkgver}/${pkgname%-bin}_${pkgver}_linux_amd64.tar.gz")
sha256sums_aarch64=('6ae920d09d5202762fca21967a460c6fb88135bdfa806bee4d3d2c430dcedeea')
-sha256sums_armv6h=('b9d4b7e485f098bbcd2a61ba0c8304aac8634c71a7a0d29ad243aaf7db16ec9b')
sha256sums_armv7h=('6ae920d09d5202762fca21967a460c6fb88135bdfa806bee4d3d2c430dcedeea')
sha256sums_i686=('bd5c8dad2106437a75e1765c08fee32f29c7a2c316c9d43592bf63f1c4815126')
sha256sums_x86_64=('fc2c82736c14dcbea4daf3d3cf3878c1c4773008ba45c2bc0fceba7d17b40bb5')