diff options
Diffstat (limited to 'gau')
| -rw-r--r-- | gau/.SRCINFO | 6 | ||||
| -rw-r--r-- | gau/PKGBUILD | 7 |
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 @@ | |||
| 1 | pkgbase = gau | 1 | pkgbase = 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 | ||
| 13 | pkgname = gau | 13 | pkgname = 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 | ||
| 3 | pkgname=gau | 4 | pkgname=gau |
| 4 | pkgver=2.0.8 | 5 | pkgver=2.1.2 |
| 5 | pkgrel=1 | 6 | pkgrel=1 |
| 6 | pkgdesc="Fetch known URLs from AlienVault's Open Threat Exchange, the Wayback Machine, and Common Crawl" | 7 | pkgdesc="Fetch known URLs from AlienVault's Open Threat Exchange, the Wayback Machine, and Common Crawl" |
| 7 | arch=(any) | 8 | arch=(any) |
| @@ -10,7 +11,7 @@ license=(MIT) | |||
| 10 | depends=(glibc) | 11 | depends=(glibc) |
| 11 | makedepends=(go) | 12 | makedepends=(go) |
| 12 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") | 13 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") |
| 13 | sha256sums=('9604f0b7bf258547778a155afd2c58d32eeeb82d3bcbcbe97616ccefd1287d9a') | 14 | sha256sums=('2900ba86dfda01b5d8a90e1547f158feb134f6d2b757ff8fc77d96d290f72e4c') |
| 14 | 15 | ||
| 15 | build() { | 16 | build() { |
| 16 | export CGO_CPPFLAGS="${CPPFLAGS}" | 17 | export CGO_CPPFLAGS="${CPPFLAGS}" |
