diff options
author | amadejpapez | 2021-07-17 13:37:55 +0200 |
---|---|---|
committer | Yigit Sever | 2022-12-25 19:02:26 +0300 |
commit | 393ebe8842b2c50e17725e15605f368429a0e1a9 (patch) | |
tree | 2cd4a52932709421aecbcac14ceaad55c51f8bca | |
parent | 41fe62747c21d7c3f2d8895ac7d8a6dde21be3c8 (diff) | |
download | packages-393ebe8842b2c50e17725e15605f368429a0e1a9.tar.gz packages-393ebe8842b2c50e17725e15605f368429a0e1a9.tar.bz2 packages-393ebe8842b2c50e17725e15605f368429a0e1a9.zip |
New upstream release 1.2.0
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 8 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.1.0 | 3 | pkgver = 1.2.0 |
4 | pkgrel = 1 | 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.1.0.tar.gz::https://github.com/lc/gau/archive/v1.1.0.tar.gz | 9 | depends = glibc |
10 | sha256sums = 1d5cbf2e4a9268268d50eeed3d56608754b6fc0112faa4e26d298f83257f407b | 10 | source = gau-1.2.0.tar.gz::https://github.com/lc/gau/archive/v1.2.0.tar.gz |
11 | sha256sums = fb363fab0d63fc3a46b4a42bcbf71bc817995b9f14523c0f4fce8ba9c0d89ffa | ||
11 | 12 | ||
12 | pkgname = gau | 13 | pkgname = gau |
13 | |||
@@ -1,15 +1,16 @@ | |||
1 | # Maintainer: Caltlgin Stsodaat <contact@fossdaily.xyz> | 1 | # Maintainer: amadejpapez |
2 | 2 | ||
3 | pkgname='gau' | 3 | pkgname='gau' |
4 | pkgver=1.1.0 | 4 | pkgver=1.2.0 |
5 | pkgrel=1 | 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 | depends=('glibc') | ||
10 | makedepends=('go') | 11 | makedepends=('go') |
11 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") | 12 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") |
12 | sha256sums=('1d5cbf2e4a9268268d50eeed3d56608754b6fc0112faa4e26d298f83257f407b') | 13 | sha256sums=('fb363fab0d63fc3a46b4a42bcbf71bc817995b9f14523c0f4fce8ba9c0d89ffa') |
13 | 14 | ||
14 | prepare() { | 15 | prepare() { |
15 | export GOPATH="${srcdir}/gopath" | 16 | export GOPATH="${srcdir}/gopath" |