diff options
| -rw-r--r-- | .SRCINFO | 8 | ||||
| -rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
| @@ -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 = 1.0.7 | 3 | pkgver = 1.1.0 |
| 4 | pkgrel = 2 | 4 | pkgrel = 1 |
| 5 | url = https://github.com/lc/gau | 5 | url = https://github.com/lc/gau |
| 6 | arch = x86_64 | 6 | arch = x86_64 |
| 7 | license = MIT | 7 | license = MIT |
| 8 | makedepends = go | 8 | makedepends = go |
| 9 | source = gau-1.0.7.tar.gz::https://github.com/lc/gau/archive/v1.0.7.tar.gz | 9 | source = gau-1.1.0.tar.gz::https://github.com/lc/gau/archive/v1.1.0.tar.gz |
| 10 | sha256sums = 5672bd30f9da06b34a7d5b49f9f5e9ef1c8b83968f5801da3114a38fa563d8ad | 10 | sha256sums = 1d5cbf2e4a9268268d50eeed3d56608754b6fc0112faa4e26d298f83257f407b |
| 11 | 11 | ||
| 12 | pkgname = gau | 12 | pkgname = gau |
| 13 | 13 | ||
| @@ -1,15 +1,15 @@ | |||
| 1 | # Maintainer: Caltlgin Stsodaat <contact@fossdaily.xyz> | 1 | # Maintainer: Caltlgin Stsodaat <contact@fossdaily.xyz> |
| 2 | 2 | ||
| 3 | pkgname='gau' | 3 | pkgname='gau' |
| 4 | pkgver=1.0.7 | 4 | pkgver=1.1.0 |
| 5 | pkgrel=2 | 5 | pkgrel=1 |
| 6 | pkgdesc="Fetch known URLs from AlienVault's Open Threat Exchange, the Wayback Machine, and Common Crawl" | 6 | pkgdesc="Fetch known URLs from AlienVault's Open Threat Exchange, the Wayback Machine, and Common Crawl" |
| 7 | arch=('x86_64') | 7 | arch=('x86_64') |
| 8 | url='https://github.com/lc/gau' | 8 | url='https://github.com/lc/gau' |
| 9 | license=('MIT') | 9 | license=('MIT') |
| 10 | makedepends=('go') | 10 | makedepends=('go') |
| 11 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") | 11 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") |
| 12 | sha256sums=('5672bd30f9da06b34a7d5b49f9f5e9ef1c8b83968f5801da3114a38fa563d8ad') | 12 | sha256sums=('1d5cbf2e4a9268268d50eeed3d56608754b6fc0112faa4e26d298f83257f407b') |
| 13 | 13 | ||
| 14 | prepare() { | 14 | prepare() { |
| 15 | export GOPATH="${srcdir}/gopath" | 15 | export GOPATH="${srcdir}/gopath" |
