summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2018-12-04 07:11:31 -0500
committerAndrew Sun2018-12-04 07:11:31 -0500
commit2361d378f676b91bf9a9c1c9197a0567fec0ab64 (patch)
tree09c84f4d16112963886398a421fb3386683106f7 /PKGBUILD
parentc0cb863d1d9bcc22163356607e56d8e8632e8c72 (diff)
downloadaur-2361d378f676b91bf9a9c1c9197a0567fec0ab64.tar.gz
2ping: update to 4.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53a16118d02c..e4e9eacc36c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrew Sun <adsun701@gmail.com>
pkgname=2ping
-pkgver=4.2
+pkgver=4.3
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=('121cebb25c7bbd54ff94097188f5b3580bcf9ecd413ea876a4fef4aecdb35a73')
+sha256sums=('d729c021ed5bcd29137da520a465632e19cf4c4339e0426546593379a570327e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"