summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcaltlgin2020-08-25 09:30:44 +1200
committercaltlgin2020-08-25 09:30:44 +1200
commit98855821de91fa9e7874e6b1ba620f6eb3493428 (patch)
tree8d9ea3b02ee117c040eb3e10b5af89de4652f301 /PKGBUILD
parent4c9bd8b6b0009d437b567c7218bfc03c14a82577 (diff)
downloadaur-98855821de91fa9e7874e6b1ba620f6eb3493428.tar.gz
Update to v2.4.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 76dab7238de3..94bc4112b68c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Aaron Blair <aaron@aaronpb.me>
pkgname=subfinder
-pkgver=2.4.2
+pkgver=2.4.3
pkgrel=1
pkgdesc='Subdomain discovery tool'
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('MIT')
makedepends=('go')
provides=("${pkgname}")
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('5a98284a509f848934019e2152ac93b9cb1a5cc8613e3346df79ed80f2045260')
+sha256sums=('6314065e39ae4e80ec2aaac21fa0bcbb4283ee624cd8051ebdc61fee8d0df650')
build() {
export CGO_CPPFLAGS="${CPPFLAGS}"