summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorimlonghao2020-06-04 15:50:41 +0000
committerimlonghao2020-06-04 15:50:41 +0000
commit10d603351fb5c0563c027e91445a3c55a48e0dc1 (patch)
tree6683e0b6852a080d8700e72c945ad0436f52b0ae /PKGBUILD
parentdba0666526da0913aa6dd1970bac6d1b27cec19a (diff)
downloadaur-10d603351fb5c0563c027e91445a3c55a48e0dc1.tar.gz
New version 1.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b9071a6f23a7..499a89c388a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hao Long <aur@esd.cc>
pkgname=shuffledns
-pkgver=1.0.2
+pkgver=1.0.3
pkgrel=1
pkgdesc="A wrapper around massdns written in go"
arch=("x86_64" "i686")
@@ -12,7 +12,7 @@ conflicts=('shuffledns')
depends=("massdns")
makedepends=("go-pie")
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('f33540acb21c9ab7e2b21f35ce6b5c16707402a60e0fd62819bd1f868343ce60')
+sha256sums=('efdb8e28561de1b72e02e2e7853963b384e49744edc07cecceaf53913a943b68')
build() {
cd ${pkgname}-${pkgver}/cmd/${pkgname}