summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2020-06-18 09:40:57 -0400
committerAndrew Sun2020-06-18 09:40:57 -0400
commit20d95c309a94e5131bc0e4f0026b3b5380257ffc (patch)
tree4ed49d7df06b303b2f2639891c26852897c75470 /PKGBUILD
parentc4865a08e5f26061750b580cf1111e67c936f3b3 (diff)
downloadaur-20d95c309a94e5131bc0e4f0026b3b5380257ffc.tar.gz
4.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e22e483c9c90..7fa1c55a6798 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrew Sun <adsun701 at gmail dot com>
pkgname=2ping
-pkgver=4.4.1
+pkgver=4.5
pkgrel=1
pkgdesc="a bi-directional ping utility"
arch=('any')
@@ -11,7 +11,7 @@ depends=('python-dnspython' 'python-netifaces' 'python-pycryptodome')
makedepends=('python-setuptools')
optdepends=('bash-completion: for bash auto-completion')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/rfinnie/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('d075dbf7cbce259a1f4021a979aeeddde2574437ce5e74b444d7282de462039e')
+sha256sums=('5278e1189ba5ed5f8d9820c56efba4a43471a6911a7c867c70a81e0d7c8ec9cc')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"