diff options
author | Yigit Sever | 2022-02-16 22:11:37 +0300 |
---|---|---|
committer | Yigit Sever | 2022-02-16 22:11:37 +0300 |
commit | e589e31896209ccc31b9848ee223a6ab30dc8eff (patch) | |
tree | 7096276b18af2d23ac73575c4bc6b341c54c9312 /dnsx/PKGBUILD | |
parent | dd4408cd33b74df1d8aa6b424794d724b0ff63ab (diff) | |
download | packages-e589e31896209ccc31b9848ee223a6ab30dc8eff.tar.gz packages-e589e31896209ccc31b9848ee223a6ab30dc8eff.tar.bz2 packages-e589e31896209ccc31b9848ee223a6ab30dc8eff.zip |
dnsx: Update to v1.0.8
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 f0fdd98..178ad44 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.0.7 | 5 | pkgver=1.0.8 |
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=('3ddf978dd97df76675f48a45b3e5eb7f6da33a5941f88115972e4329f7efbfd0') | 14 | sha256sums=('d5a98396ddc78c94799fcd54b89f6c2600579be8e17349efeb0e691093889a11') |
15 | 15 | ||
16 | prepare() { | 16 | prepare() { |
17 | export GOPATH="${srcdir}/gopath" | 17 | export GOPATH="${srcdir}/gopath" |