summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2023-11-13 19:31:55 +0300
committerYigit Sever2023-11-13 19:31:55 +0300
commit64140d1badbbe3fa827bd73c5bb5a897c3cb2f9d (patch)
treef9129aa71729bccf99091f8ec8330bc308bbdbdb
parent41d6ebdfdb6bfd35dbee32d9f4f9fe8108d32ad8 (diff)
downloadpackages-64140d1badbbe3fa827bd73c5bb5a897c3cb2f9d.tar.gz
packages-64140d1badbbe3fa827bd73c5bb5a897c3cb2f9d.tar.bz2
packages-64140d1badbbe3fa827bd73c5bb5a897c3cb2f9d.zip
gau: Update to 2.2.1-1
upstream release
-rw-r--r--gau/.SRCINFO6
-rw-r--r--gau/PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/gau/.SRCINFO b/gau/.SRCINFO
index 1e4238e..5f2c122 100644
--- a/gau/.SRCINFO
+++ b/gau/.SRCINFO
@@ -1,13 +1,13 @@
1pkgbase = gau 1pkgbase = gau
2 pkgdesc = Fetch known URLs from AlienVault's Open Threat Exchange, the Wayback Machine, and Common Crawl 2 pkgdesc = Fetch known URLs from AlienVault's Open Threat Exchange, the Wayback Machine, and Common Crawl
3 pkgver = 2.1.2 3 pkgver = 2.2.1
4 pkgrel = 1 4 pkgrel = 1
5 url = https://github.com/lc/gau 5 url = https://github.com/lc/gau
6 arch = any 6 arch = any
7 license = MIT 7 license = MIT
8 makedepends = go 8 makedepends = go
9 depends = glibc 9 depends = glibc
10 source = gau-2.1.2.tar.gz::https://github.com/lc/gau/archive/v2.1.2.tar.gz 10 source = gau-2.2.1.tar.gz::https://github.com/lc/gau/archive/v2.2.1.tar.gz
11 sha256sums = 2900ba86dfda01b5d8a90e1547f158feb134f6d2b757ff8fc77d96d290f72e4c 11 sha256sums = 31abcc1f12fc00078898d96bd32531cd3404a66147b40ab64b31c1d7027671f3
12 12
13pkgname = gau 13pkgname = gau
diff --git a/gau/PKGBUILD b/gau/PKGBUILD
index 09b6dfd..3aee3ed 100644
--- a/gau/PKGBUILD
+++ b/gau/PKGBUILD
@@ -2,7 +2,7 @@
2# Contributor: <contact@amadejpapez.com> 2# Contributor: <contact@amadejpapez.com>
3 3
4pkgname=gau 4pkgname=gau
5pkgver=2.1.2 5pkgver=2.2.1
6pkgrel=1 6pkgrel=1
7pkgdesc="Fetch known URLs from AlienVault's Open Threat Exchange, the Wayback Machine, and Common Crawl" 7pkgdesc="Fetch known URLs from AlienVault's Open Threat Exchange, the Wayback Machine, and Common Crawl"
8arch=(any) 8arch=(any)
@@ -11,7 +11,7 @@ license=(MIT)
11depends=(glibc) 11depends=(glibc)
12makedepends=(go) 12makedepends=(go)
13source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") 13source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
14sha256sums=('2900ba86dfda01b5d8a90e1547f158feb134f6d2b757ff8fc77d96d290f72e4c') 14sha256sums=('31abcc1f12fc00078898d96bd32531cd3404a66147b40ab64b31c1d7027671f3')
15 15
16build() { 16build() {
17 export CGO_CPPFLAGS="${CPPFLAGS}" 17 export CGO_CPPFLAGS="${CPPFLAGS}"