summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f5e129ce2d8..f0eb43831ae6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pingtop
pkgdesc = Ping multiple servers and show results in a top-like terminal UI.
- pkgver = 0.3.0
+ pkgver = 0.4.0
pkgrel = 1
url = https://pypi.org/project/pingtop/
arch = any
@@ -9,8 +9,7 @@ pkgbase = pingtop
depends = python
depends = python-click
depends = python-panwid
- source = https://github.com/laixintao/pingtop/archive/refs/tags/v0.3.0.tar.gz
- sha256sums = 4658059e8252cf897f5803cc9717bb5df5e4800f30ebf59c055e3373dae79b98
+ source = https://github.com/laixintao/pingtop/archive/refs/tags/v0.4.0.tar.gz
+ sha256sums = 5bc1923d3fc9b53d56681a45ff403550bb893b68508c63760f8636f3e32387cf
pkgname = pingtop
-
diff --git a/PKGBUILD b/PKGBUILD
index 2a2ba2a02fde..124f10f00b0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Morteza NourelahiAlamdari <m@0t1.me>
pkgname="pingtop"
-pkgver="0.3.0"
+pkgver="0.4.0"
pkgrel=1
pkgdesc="Ping multiple servers and show results in a top-like terminal UI."
arch=("any")
url="https://pypi.org/project/pingtop/"
source=("https://github.com/laixintao/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=("4658059e8252cf897f5803cc9717bb5df5e4800f30ebf59c055e3373dae79b98")
+sha256sums=("5bc1923d3fc9b53d56681a45ff403550bb893b68508c63760f8636f3e32387cf")
license=("MIT")
depends=("python" "python-click" "python-panwid")
makedepends=("python-setuptools")