summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2020-06-08 09:28:20 -0400
committerAndrew Sun2020-06-08 09:28:20 -0400
commit87db9b276b9d5eb33cc2276239b89b2fb6f3310c (patch)
tree694c90ef3d6e48d00a29025f8458d4ace3199dba /PKGBUILD
parent2361d378f676b91bf9a9c1c9197a0567fec0ab64 (diff)
downloadaur-87db9b276b9d5eb33cc2276239b89b2fb6f3310c.tar.gz
4.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4e9eacc36c2..fecc4b8e437f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Andrew Sun <adsun701@gmail.com>
+# Maintainer: Andrew Sun <adsun701 at gmail dot com>
pkgname=2ping
-pkgver=4.3
+pkgver=4.4
pkgrel=1
pkgdesc="a bi-directional ping utility"
arch=('any')
@@ -10,7 +10,7 @@ license=("GPL2")
depends=("python" "python-dnspython" "python-netifaces" "python-pycryptodome")
makedepends=("python-setuptools")
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/rfinnie/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('d729c021ed5bcd29137da520a465632e19cf4c4339e0426546593379a570327e')
+sha256sums=('a51ab4c4f8cd8eccde62244c70b89b09e995604ccfaa117a305052d1be5388e0')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"