summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramadejpapez2021-07-17 13:37:55 +0200
committerYigit Sever2022-12-25 19:02:26 +0300
commit393ebe8842b2c50e17725e15605f368429a0e1a9 (patch)
tree2cd4a52932709421aecbcac14ceaad55c51f8bca
parent41fe62747c21d7c3f2d8895ac7d8a6dde21be3c8 (diff)
downloadpackages-393ebe8842b2c50e17725e15605f368429a0e1a9.tar.gz
packages-393ebe8842b2c50e17725e15605f368429a0e1a9.tar.bz2
packages-393ebe8842b2c50e17725e15605f368429a0e1a9.zip
New upstream release 1.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e5584a..d15275a 100644
--- a/.SRCINFO
+++ b/.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 = 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
12pkgname = gau 13pkgname = gau
13
diff --git a/PKGBUILD b/PKGBUILD
index 5d67caa..f6ab890 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
1# Maintainer: Caltlgin Stsodaat <contact@fossdaily.xyz> 1# Maintainer: amadejpapez
2 2
3pkgname='gau' 3pkgname='gau'
4pkgver=1.1.0 4pkgver=1.2.0
5pkgrel=1 5pkgrel=1
6pkgdesc="Fetch known URLs from AlienVault's Open Threat Exchange, the Wayback Machine, and Common Crawl" 6pkgdesc="Fetch known URLs from AlienVault's Open Threat Exchange, the Wayback Machine, and Common Crawl"
7arch=('x86_64') 7arch=('x86_64')
8url='https://github.com/lc/gau' 8url='https://github.com/lc/gau'
9license=('MIT') 9license=('MIT')
10depends=('glibc')
10makedepends=('go') 11makedepends=('go')
11source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") 12source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
12sha256sums=('1d5cbf2e4a9268268d50eeed3d56608754b6fc0112faa4e26d298f83257f407b') 13sha256sums=('fb363fab0d63fc3a46b4a42bcbf71bc817995b9f14523c0f4fce8ba9c0d89ffa')
13 14
14prepare() { 15prepare() {
15 export GOPATH="${srcdir}/gopath" 16 export GOPATH="${srcdir}/gopath"