summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorimlonghao2020-02-14 11:38:03 +0000
committerimlonghao2020-02-14 11:38:03 +0000
commit9c43a43a9d816f68ea6033337dbcc71eb2c4593b (patch)
tree0252f805af899a186b9f0a2facaed7ee60d70c05
parentbc02518fdcd41d21af9938c8ea0cbda8503ea751 (diff)
downloadaur-9c43a43a9d816f68ea6033337dbcc71eb2c4593b.tar.gz
New version 2.3.2
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD14
2 files changed, 11 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bc24575d0a9..7af83f44202e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = subfinder-bin
pkgdesc = A subdomain discovery tool that discovers valid subdomains for websites
- pkgver = 2.3.1
+ pkgver = 2.3.2
pkgrel = 1
url = https://github.com/projectdiscovery/subfinder
arch = x86_64
license = MIT
- source = https://github.com/projectdiscovery/subfinder/releases/download/v2.3.1/subfinder-linux-amd64.tar
- source = https://raw.githubusercontent.com/projectdiscovery/subfinder/v2.3.1/LICENSE
- sha256sums = 02031d56bee4ac545f472d815333183329b4594bf25aa22653109e0aa9b4b8d8
+ source = https://github.com/projectdiscovery/subfinder/releases/download/v2.3.2/subfinder-linux-amd64.tar
+ source = https://raw.githubusercontent.com/projectdiscovery/subfinder/v2.3.2/LICENSE
+ sha256sums = d6c9ca233054034f95036041f8046f078429d35aa80be258ecc587989e5a4003
sha256sums = fe9e33fc73d30a3c3ec7b1d75fd245c6a0d1679d5778ebe34b1d6fb9b63922ba
pkgname = subfinder-bin
+
diff --git a/PKGBUILD b/PKGBUILD
index d46336e493df..1234c38ff000 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,18 @@
# Maintainer: Hao Long <aur@esd.cc>
pkgname=subfinder-bin
-pkgver=2.3.1
+pkgver=2.3.2
pkgrel=1
pkgdesc="A subdomain discovery tool that discovers valid subdomains for websites"
arch=("x86_64")
url="https://github.com/projectdiscovery/subfinder"
license=("MIT")
-source=(
- "https://github.com/projectdiscovery/subfinder/releases/download/v${pkgver}/subfinder-linux-amd64.tar"
- "https://raw.githubusercontent.com/projectdiscovery/subfinder/v${pkgver}/LICENSE"
-)
-sha256sums=('02031d56bee4ac545f472d815333183329b4594bf25aa22653109e0aa9b4b8d8'
+source=("https://github.com/projectdiscovery/subfinder/releases/download/v${pkgver}/subfinder-linux-amd64.tar"
+ "https://raw.githubusercontent.com/projectdiscovery/subfinder/v${pkgver}/LICENSE")
+sha256sums=('d6c9ca233054034f95036041f8046f078429d35aa80be258ecc587989e5a4003'
'fe9e33fc73d30a3c3ec7b1d75fd245c6a0d1679d5778ebe34b1d6fb9b63922ba')
package() {
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
- install -Dm755 subfinder-linux-amd64 ${pkgdir}/usr/bin/subfinder
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+ install -Dm755 subfinder-linux-amd64 ${pkgdir}/usr/bin/subfinder
}