diff options
Diffstat (limited to 'dnsx/PKGBUILD')
-rw-r--r-- | dnsx/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dnsx/PKGBUILD b/dnsx/PKGBUILD index 327e44a..b4980d7 100644 --- a/dnsx/PKGBUILD +++ b/dnsx/PKGBUILD | |||
@@ -2,7 +2,7 @@ | |||
2 | # Contributor: Caltlgin Stsodaat <contact@fossdaily.xyz> | 2 | # Contributor: Caltlgin Stsodaat <contact@fossdaily.xyz> |
3 | 3 | ||
4 | pkgname='dnsx' | 4 | pkgname='dnsx' |
5 | pkgver=1.1.5 | 5 | pkgver=1.1.6 |
6 | pkgrel=1 | 6 | pkgrel=1 |
7 | pkgdesc='Fast and multi-purpose DNS toolkit' | 7 | pkgdesc='Fast and multi-purpose DNS toolkit' |
8 | arch=('x86_64') | 8 | arch=('x86_64') |
@@ -11,7 +11,7 @@ license=('MIT') | |||
11 | makedepends=('go') | 11 | makedepends=('go') |
12 | provides=("${pkgname}") | 12 | provides=("${pkgname}") |
13 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") | 13 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") |
14 | sha256sums=('e55aff16ff72d7408108fd754c7d67baa6936792fba87a362f12c6871bf26ad4') | 14 | sha256sums=('5fc857feceac3438ab1a3d9a577412ad153be5206887d4396247f87939be8e9c') |
15 | 15 | ||
16 | prepare() { | 16 | prepare() { |
17 | export GOPATH="${srcdir}/gopath" | 17 | export GOPATH="${srcdir}/gopath" |