summaryrefslogtreecommitdiffstats
path: root/gau
diff options
context:
space:
mode:
authorYigit Sever2022-12-25 19:05:57 +0300
committerYigit Sever2022-12-25 19:05:57 +0300
commit091fb97d4114670b1c6a45efe1ee6c17b3f5061e (patch)
treea08cc9af9938e1e4478642bce7a743075c3f42ce /gau
parentb62c102bb6a79278d1b3b015fe986b8ab33428e4 (diff)
downloadpackages-091fb97d4114670b1c6a45efe1ee6c17b3f5061e.tar.gz
packages-091fb97d4114670b1c6a45efe1ee6c17b3f5061e.tar.bz2
packages-091fb97d4114670b1c6a45efe1ee6c17b3f5061e.zip
upgpkg: gau 2.1.2-1
upstream release
Diffstat (limited to 'gau')
-rw-r--r--gau/.SRCINFO6
-rw-r--r--gau/PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/gau/.SRCINFO b/gau/.SRCINFO
index 103f069..1e4238e 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.0.8 3 pkgver = 2.1.2
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.0.8.tar.gz::https://github.com/lc/gau/archive/v2.0.8.tar.gz 10 source = gau-2.1.2.tar.gz::https://github.com/lc/gau/archive/v2.1.2.tar.gz
11 sha256sums = 9604f0b7bf258547778a155afd2c58d32eeeb82d3bcbcbe97616ccefd1287d9a 11 sha256sums = 2900ba86dfda01b5d8a90e1547f158feb134f6d2b757ff8fc77d96d290f72e4c
12 12
13pkgname = gau 13pkgname = gau
diff --git a/gau/PKGBUILD b/gau/PKGBUILD
index c4de113..09b6dfd 100644
--- a/gau/PKGBUILD
+++ b/gau/PKGBUILD
@@ -1,7 +1,8 @@
1# Maintainer: <contact@amadejpapez.com> 1# Maintainer: Yigit Sever <yigit at yigitsever dot com>
2# Contributor: <contact@amadejpapez.com>
2 3
3pkgname=gau 4pkgname=gau
4pkgver=2.0.8 5pkgver=2.1.2
5pkgrel=1 6pkgrel=1
6pkgdesc="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"
7arch=(any) 8arch=(any)
@@ -10,7 +11,7 @@ license=(MIT)
10depends=(glibc) 11depends=(glibc)
11makedepends=(go) 12makedepends=(go)
12source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") 13source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
13sha256sums=('9604f0b7bf258547778a155afd2c58d32eeeb82d3bcbcbe97616ccefd1287d9a') 14sha256sums=('2900ba86dfda01b5d8a90e1547f158feb134f6d2b757ff8fc77d96d290f72e4c')
14 15
15build() { 16build() {
16 export CGO_CPPFLAGS="${CPPFLAGS}" 17 export CGO_CPPFLAGS="${CPPFLAGS}"