summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd0dc5f33232..9de21c935a09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Adam Caldwell <adam dot caldwell at gmail dot com>
pkgname=bwping
-pkgver=2.1
+pkgver=2.2
pkgrel=1
pkgdesc="Tool to measure bandwidth and RTT between two hosts using ICMP"
arch=('x86_64')
@@ -11,7 +11,7 @@ url="https://bwping.sourceforge.io/"
license=('BSD')
depends=('glibc')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/oleg-derevenetz/bwping/archive/RELEASE_${pkgver}.tar.gz")
-sha256sums=('d07b76c6c4f44297e8c6daf8657b810c99471f1612534cda52901ac477df54e6')
+sha256sums=('4ee1ad5474b7533b8e31e7e69626e6dfab1042c2a823049b1bb5161e6f9974b1')
build() {
cd "${srcdir}/${pkgname}-RELEASE_${pkgver}"